Class PaymentProducts
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product
Assembly: connect-sdk-dotnet.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> |