Search Results for

    Show / Hide Table of Contents

    Class CreateHostedCheckoutRequest

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

    Properties

    BankTransferPaymentMethodSpecificInput

    Object containing the specific input details for bank transfer payments

    Declaration
    public BankTransferPaymentMethodSpecificInputBase BankTransferPaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    BankTransferPaymentMethodSpecificInputBase

    CardPaymentMethodSpecificInput

    Object containing the specific input details for card payments

    Declaration
    public CardPaymentMethodSpecificInputBase CardPaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    CardPaymentMethodSpecificInputBase

    CashPaymentMethodSpecificInput

    Object containing the specific input details for cash payments

    Declaration
    public CashPaymentMethodSpecificInputBase CashPaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    CashPaymentMethodSpecificInputBase

    EInvoicePaymentMethodSpecificInput

    Object containing the specific input details for eInvoice payments

    Declaration
    public EInvoicePaymentMethodSpecificInputBase EInvoicePaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    EInvoicePaymentMethodSpecificInputBase

    FraudFields

    Object containing additional data that will be used to assess the risk of fraud

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

    HostedCheckoutSpecificInput

    Object containing hosted checkout specific data

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

    Merchant

    Object containing information on you, the merchant

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

    MobilePaymentMethodSpecificInput

    Object containing reference data for Google Pay (paymentProductId 320) and Apple Pay (paymentProductID 302).

    Declaration
    public MobilePaymentMethodSpecificInputHostedCheckout MobilePaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    MobilePaymentMethodSpecificInputHostedCheckout

    Order

    Order object containing order related data

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

    RedirectPaymentMethodSpecificInput

    Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal

    Declaration
    public RedirectPaymentMethodSpecificInputBase RedirectPaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentMethodSpecificInputBase

    SepaDirectDebitPaymentMethodSpecificInput

    Object containing the specific input details for SEPA direct debit payments

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