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