Search Results for

    Show / Hide Table of Contents

    Class ApiPaymentSummaryForResponse

    Inheritance
    object
    ApiPaymentSummaryForResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Worldline.Acquiring.Sdk.V1.Domain
    Assembly: Worldline.Acquiring.Sdk.dll
    Syntax
    public class ApiPaymentSummaryForResponse

    Properties

    PaymentId

    the ID of the payment

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

    References

    A set of references returned in responses

    Declaration
    public ApiReferencesForResponses References { get; set; }
    Property Value
    Type Description
    ApiReferencesForResponses

    Status

    The status of the payment, refund or credit transfer
    Possible values are:

    • AUTHORIZED
    • NOT_AUTHORIZED
    • PENDING
    • PENDING_CAPTURE
    • CONFIRMED
    • REVERSED
    • CANCELLED
    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    StatusTimestamp

    Timestamp of the status in format yyyy-MM-ddTHH:mm:ssZ

    Declaration
    public DateTimeOffset StatusTimestamp { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA