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: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.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

    PaymentCode

    Payment code to support account funding transactions. Possible values are:

    • accountManagement
    • paymentAllowance
    • settlementOfAnnuity
    • unemploymentDisabilityBenefit
    • businessExpenses
    • bonusPayment
    • busTransportRelatedBusiness
    • cashManagementTransfer
    • paymentOfCableTVBill
    • governmentInstituteIssued
    • creditCardPayment
    • creditCardBill
    • charity
    • collectionPayment
    • commercialPayment
    • commission
    • compensation
    • copyright
    • debitCardPayment
    • deposit
    • dividend
    • studyFees
    • electricityBill
    • energies
    • generalFees
    • ferry
    • foreignExchange
    • gasBill
    • unemployedCompensation
    • governmentPayment
    • healthInsurance
    • reimbursementCreditCard
    • reimbursementDebitCard
    • carInsurancePremium
    • insuranceClaim
    • installment
    • insurancePremium
    • investmentPayment
    • intraCompany
    • interest
    • incomeTax
    • investment
    • laborInsurance
    • licenseFree
    • lifeInsurance
    • loan
    • medicalServices
    • mobilePersonToBusiness
    • mobilePersonToPerson
    • mobileTopUp
    • notSpecified
    • other
    • anotherTelecomBill
    • payroll
    • pensionFundContribution
    • pensionPayment
    • telephoneBill
    • propertyInsurance
    • generalLease
    • rent
    • railwayPayment
    • royalties
    • salary
    • savingsPayment
    • securities
    • socialSecurity
    • study
    • subscription
    • supplierPayment
    • taxRefund
    • taxPayment
    • telecommunicationsBill
    • tradeServices
    • treasuryPayment
    • travelPayment
    • utilityBill
    • valueAddedTaxPayment
    • withHolding
    • waterBill
    .
    Declaration
    public string PaymentCode { 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.