Search Results for

    Show / Hide Table of Contents

    Class AccountFundingRecipient

    Inheritance
    object
    AccountFundingRecipient
    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.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class AccountFundingRecipient

    Properties

    AccountNumber

    Should be populated with the value of the corresponding accountNumberType of the recipient.

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

    AccountNumberType

    Defines the account number type of the recipient. Possible values are:

    • cash = Mode of payment is cash to the recipient.
    • walletId = Digital wallet ID.
    • routingNumber = Routing Transit Number is a code used by financial institutions to identify other financial institutions.
    • iban = International Bank Account Number, is a standard international numbering system for identifying bank accounts.
    • bicNumber = Bank Identification Code is a number that is used to identify a specific bank.
    • giftCard = Gift card is a type of prepaid card that contains a specific amount of money that can be used at participating stores and marketplaces.
    Declaration
    public string AccountNumberType { get; set; }
    Property Value
    Type Description
    string

    Address

    Object containing the address details of the recipient of an account funding transaction.

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

    DateOfBirth

    The date of birth of the recipient
    Format: YYYYMMDD

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

    Name

    Object containing the name details of the recipient of an account funding transaction.

    Declaration
    public AfrName Name { get; set; }
    Property Value
    Type Description
    AfrName

    PartialPan

    Either partialPan or accountnumber is required for merchants that use Merchant Category Code (MCC) 6012 for transactions involving UK costumers.

    Declaration
    public string PartialPan { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.