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