Class PaymentProducts
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProducts
Properties
ListOfPaymentProducts
Property paymentProducts
Array containing payment products and their characteristics
Declaration
[JsonProperty(PropertyName = "paymentProducts")]
public IList<PaymentProduct> ListOfPaymentProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PaymentProduct> |