Class EInvoicePaymentProduct9000SpecificInput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class EInvoicePaymentProduct9000SpecificInput
Properties
BankAccountIban
Object containing the bank account details of the customer.
Declaration
public BankAccountIban BankAccountIban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountIban |
InstallmentId
The ID of the installment plan selected by the customer. Installment plans can be retrieved with Get payment product.
Declaration
public string InstallmentId { get; set; }
Property Value
Type | Description |
---|---|
string |