Search Results for

    Show / Hide Table of Contents

    Class EInvoicePaymentMethodSpecificInput

    Inheritance
    object
    AbstractPaymentMethodSpecificInput
    AbstractEInvoicePaymentMethodSpecificInput
    EInvoicePaymentMethodSpecificInput
    Inherited Members
    AbstractEInvoicePaymentMethodSpecificInput.RequiresApproval
    AbstractPaymentMethodSpecificInput.PaymentProductId
    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 EInvoicePaymentMethodSpecificInput : AbstractEInvoicePaymentMethodSpecificInput

    Properties

    AcceptedTermsAndConditions

    Indicates that the customer has read and accepted the terms and conditions of the product before proceeding with the payment. This must be done before the payment can continue. An URL to the terms and conditions can be retrieved with Get payment product.

    Declaration
    public bool? AcceptedTermsAndConditions { get; set; }
    Property Value
    Type Description
    bool?

    PaymentProduct9000SpecificInput

    Object that holds the specific data for AfterPay Installments (payment product 9000).

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