Search Results for

    Show / Hide Table of Contents

    Class BankTransferPayoutMethodSpecificInput

    Inheritance
    object
    AbstractPayoutMethodSpecificInput
    BankTransferPayoutMethodSpecificInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payout.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class BankTransferPayoutMethodSpecificInput : AbstractPayoutMethodSpecificInput

    Properties

    BankAccountBban

    Object containing account holder name and bank account information. This property can only be used for payouts in the UK.

    Declaration
    public BankAccountBban BankAccountBban { get; set; }
    Property Value
    Type Description
    BankAccountBban

    BankAccountIban

    Object containing account holder and IBAN information.

    Declaration
    public BankAccountIban BankAccountIban { get; set; }
    Property Value
    Type Description
    BankAccountIban

    Customer

    Object containing the details of the customer.

    Declaration
    [Obsolete("Moved to PayoutDetails")]
    public PayoutCustomer Customer { get; set; }
    Property Value
    Type Description
    PayoutCustomer

    PayoutDate

    Date of the payout sent to the bank by us.
    Format: YYYYMMDD

    Declaration
    public string PayoutDate { get; set; }
    Property Value
    Type Description
    string

    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
    public string PayoutText { get; set; }
    Property Value
    Type Description
    string

    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
    public string SwiftCode { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.