Search Results for

    Show / Hide Table of Contents

    Class PaymentOperation

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

    Properties

    AmountOfMoney

    Object containing amount and ISO currency code attributes

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

    Id

    A unique identifier of the operation, generated by us.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Status

    Status of the operation. Possible values of a capture operation are:

    • CREATED
    • REJECTED
    • CANCELLED
    • CAPTURED
    • PAID
    • CHARGEBACKED
    • CHARGEBACK_NOTIFICATION

    Possible values of a refund operation are:

    • CREATED
    • PENDING_CAPTURE
    • REJECTED
    • REFUNDED
    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    Timestamp

    Date and time of the operation.Format: YYYYMMDDHH24MISS

    Declaration
    public string Timestamp { get; set; }
    Property Value
    Type Description
    string

    Type

    The type of operation. Possible values are:

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