Class PaymentProductFieldDisplayElement
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProductFieldDisplayElement
Properties
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 |