Class PaymentProductFieldDisplayElement
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentProductFieldDisplayElementProperties
Id
The ID of the display element.
Declaration
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Label
The label of the display element.
Declaration
public string Label { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Type
The type of the display element. Indicates how the value should be presented. Possible values are:
- STRING - as plain text
- CURRENCY - as an amount in cents displayed with a decimal separator and the currency of the payment
- PERCENTAGE - as a number with a percentage sign
- INTEGER - as an integer
- URI - as a link
Declaration
public string Type { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Value
the value of the display element.
Declaration
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string |