Class PaymentProductFieldFormElement
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProductFieldFormElement
Properties
Type
Type of form element to be used. The following types can be returned:
- text - A normal text input field
- list - A list of values that the customer needs to choose from, is detailed in the valueMapping array
- currency - Currency fields should be split into two fields, with the second one being specifically for the cents
- boolean - Boolean fields should offer the customer a choice, like accepting the terms and conditions of a product.
- date - let the customer pick a date.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueMapping
An array of values and displayNames that should be used to populate the list object in the GUI
Declaration
public IList<ValueMappingElement> ValueMapping { get; set; }
Property Value
Type | Description |
---|---|
IList<ValueMappingElement> |