Search Results for

    Show / Hide Table of Contents

    Class OrderTypeInformation

    Inheritance
    object
    OrderTypeInformation
    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 OrderTypeInformation

    Properties

    FundingType

    Identifies the funding type being authenticated. Possible values are:

    • personToPerson = When it is person to person funding (P2P)
    • agentCashOut = When fund is being paid out to final recipient in Cash by company's agent.
    • businessToConsumer = When fund is being transferred from business to consumer (B2C)
    • businessToBusiness = When fund is being transferred from business to business (B2B)
    • prefundingStagedWallet = When funding is being used to load the funds into the wallet account.
    • storedValueDigitalWallet = When funding is being used to load the funds into a stored value digital wallet.
    • fundingGiftCardForPersonalUse = When funding a gift card for personal use.
    • fundingGiftCardForSomeoneElse = When funding a gift card for someone else.
    Declaration
    public string FundingType { get; set; }
    Property Value
    Type Description
    string

    PurchaseType

    Possible values are:

    • physical
    • digital
    Declaration
    public string PurchaseType { get; set; }
    Property Value
    Type Description
    string

    TransactionType

    Identifies the type of transaction being authenticated. Possible values are:

    • purchase = The purpose of the transaction is to purchase goods or services (Default)
    • check-acceptance = The purpose of the transaction is to accept a 'check'/'cheque'
    • account-funding = The purpose of the transaction is to fund an account
    • quasi-cash = The purpose of the transaction is to buy a quasi cash type product that is representative of actual cash such as money orders, traveler's checks, foreign currency, lottery tickets or casino gaming chips
    • prepaid-activation-or-load = The purpose of the transaction is to activate or load a prepaid card
    Declaration
    public string TransactionType { get; set; }
    Property Value
    Type Description
    string

    UsageType

    Possible values are:

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