Search Results for

    Show / Hide Table of Contents

    Class ApprovePaymentRequest

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

    Properties

    Amount

    In case you want to approve the capture of a different lower amount you can specify this here (specified in cents, where single digit currencies are presumed to have 2 digits)

    Declaration
    public long? Amount { get; set; }
    Property Value
    Type Description
    long?

    DirectDebitPaymentMethodSpecificInput

    Object that holds non-SEPA Direct Debit specific input data

    Declaration
    public ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput DirectDebitPaymentMethodSpecificInput { get; set; }
    Property Value
    Type Description
    ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput

    Order

    Object that holds the order data

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

    SepaDirectDebitPaymentMethodSpecificInput

    Object that holds SEPA Direct Debit specific input data

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