Search Results for

    Show / Hide Table of Contents

    Class PaymentResponse

    This is the result of processing a charge or refund transaction.

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

    Constructors

    PaymentResponse()

    Declaration
    public PaymentResponse()

    Properties

    Amount

    Declaration
    public double Amount { get; set; }
    Property Value
    Type Description
    System.Double

    AuthorizationCode

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

    Currency

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

    FraudPreventionId

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

    FraudPreventionProviderId

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

    Merchant

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

    OrderNumber

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

    PaymentType

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

    Redirect

    Declaration
    public bool Redirect { get; set; }
    Property Value
    Type Description
    System.Boolean

    RedirectURL

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

    ReferenceNumber

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

    Response

    Declaration
    public string Response { 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>

    SpecialInstructionsURL

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

    Status

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

    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