Class CreatePayoutRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payout
Assembly: connect-sdk-dotnet.dll
Syntax
public class CreatePayoutRequest
Properties
AmountOfMoney
Object containing amount and ISO currency code attributes
Declaration
[Obsolete("Moved to PayoutDetails")]
public AmountOfMoney AmountOfMoney { get; set; }
Property Value
Type | Description |
---|---|
AmountOfMoney |
BankAccountBban
Object containing account holder name and bank account information. This property can only be used for payouts in the UK.
Declaration
[Obsolete("Moved to BankTransferPayoutMethodSpecificInput")]
public BankAccountBban BankAccountBban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountBban |
BankAccountIban
Object containing account holder and IBAN information.
Declaration
[Obsolete("Moved to BankTransferPayoutMethodSpecificInput")]
public BankAccountIban BankAccountIban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountIban |
BankTransferPayoutMethodSpecificInput
Object containing the specific input details for bank transfer payouts.
Declaration
public BankTransferPayoutMethodSpecificInput BankTransferPayoutMethodSpecificInput { get; set; }
Property Value
Type | Description |
---|---|
BankTransferPayoutMethodSpecificInput |
CardPayoutMethodSpecificInput
Object containing the specific input details for card payouts.
Declaration
public CardPayoutMethodSpecificInput CardPayoutMethodSpecificInput { get; set; }
Property Value
Type | Description |
---|---|
CardPayoutMethodSpecificInput |
Customer
Object containing the details of the customer.
Declaration
[Obsolete("Moved to PayoutDetails")]
public PayoutCustomer Customer { get; set; }
Property Value
Type | Description |
---|---|
PayoutCustomer |
Merchant
Object containing information on you, the merchant
Declaration
public PayoutMerchant Merchant { get; set; }
Property Value
Type | Description |
---|---|
PayoutMerchant |
PayoutDate
Date of the payout sent to the bank by us
Format: YYYYMMDD
Declaration
[Obsolete("Moved to BankTransferPayoutMethodSpecificInput")]
public string PayoutDate { get; set; }
Property Value
Type | Description |
---|---|
string |
PayoutDetails
Object containing the details for Create Payout Request
Declaration
public PayoutDetails PayoutDetails { get; set; }
Property Value
Type | Description |
---|---|
PayoutDetails |
PayoutText
Text to be printed on the bank account statement of the beneficiary. The maximum allowed length might differ per country. The data will be automatically truncated to the maximum allowed length.
Declaration
[Obsolete("Moved to BankTransferPayoutMethodSpecificInput")]
public string PayoutText { get; set; }
Property Value
Type | Description |
---|---|
string |
References
Object that holds all reference properties that are linked to this transaction
Declaration
[Obsolete("Moved to PayoutDetails")]
public PayoutReferences References { get; set; }
Property Value
Type | Description |
---|---|
PayoutReferences |
SwiftCode
The BIC is the Business Identifier Code, also known as SWIFT or Bank Identifier code. It is a code with an internationally agreed format to Identify a specific bank. The BIC contains 8 or 11 positions: the first 4 contain the bank code, followed by the country code and location code.
Declaration
[Obsolete("Moved to BankTransferPayoutMethodSpecificInput")]
public string SwiftCode { get; set; }
Property Value
Type | Description |
---|---|
string |