Search Results for

    Show / Hide Table of Contents

    Class CapturePaymentRequest

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

    Properties

    Amount

    Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).
    The amount can be lower than the amount that was authorized, but not higher.
    If left empty, the full amount will be captured and the request will be final.
    If the full amount is captured, the request will also be final.

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

    IsFinal

    This property indicates whether this will be the final capture of this transaction. The default value for this property is false.

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