Class BankRefundMethodSpecificInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Refund.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class BankRefundMethodSpecificInput
Properties
BankAccountBban
Object that holds the Basic Bank Account Number (BBAN) data
Declaration
public BankAccountBbanRefund BankAccountBban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountBbanRefund |
BankAccountIban
Object that holds the International Bank Account Number (IBAN) data
Declaration
public BankAccountIban BankAccountIban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountIban |
CountryCode
ISO 3166-1 alpha-2 country code of the country where money will be refunded to
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |