Class EInvoicePaymentMethodSpecificInput
Inheritance
EInvoicePaymentMethodSpecificInput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class EInvoicePaymentMethodSpecificInput : AbstractEInvoicePaymentMethodSpecificInput
Properties
AcceptedTermsAndConditions
Indicates that the customer has read and accepted the terms and conditions of the product before proceeding with the payment. This must be done before the payment can continue. An URL to the terms and conditions can be retrieved with Get payment product.
Declaration
public bool? AcceptedTermsAndConditions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PaymentProduct9000SpecificInput
Object that holds the specific data for AfterPay Installments (payment product 9000).
Declaration
public EInvoicePaymentProduct9000SpecificInput PaymentProduct9000SpecificInput { get; set; }
Property Value
Type | Description |
---|---|
EInvoicePaymentProduct9000SpecificInput |