Search Results for

    Show / Hide Table of Contents

    Class OrderPaymentStatusUpdate

    Inheritance
    System.Object
    OrderPaymentStatusUpdate
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class OrderPaymentStatusUpdate : Object

    Constructors

    OrderPaymentStatusUpdate()

    Declaration
    public OrderPaymentStatusUpdate()

    Properties

    AuthorizationNumber

    Declaration
    public string AuthorizationNumber { get; set; }
    Property Value
    Type Description
    System.String

    OrderPaymentId

    Declaration
    public int OrderPaymentId { get; set; }
    Property Value
    Type Description
    System.Int32

    PaymentStatus

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

    PayType

    Declaration
    public string PayType { get; set; }
    Property Value
    Type Description
    System.String

    ReferenceNumber

    Declaration
    public string ReferenceNumber { get; set; }
    Property Value
    Type Description
    System.String

    ResponseDescription

    Declaration
    public string ResponseDescription { get; set; }
    Property Value
    Type Description
    System.String

    ResponseId

    Declaration
    public string ResponseId { get; set; }
    Property Value
    Type Description
    System.String

    SavedPaymentId

    Declaration
    public Nullable<int> SavedPaymentId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    TransactionNumber

    Declaration
    public string TransactionNumber { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX