Search Results for

    Show / Hide Table of Contents

    Class ExtendedPaymentResult

    Inheritance
    System.Object
    ExtendedPaymentResult
    Namespace: DirectScale.Disco.Extension.MoneyIn.Custom.Models
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ExtendedPaymentResult : Object

    Constructors

    ExtendedPaymentResult()

    Declaration
    public ExtendedPaymentResult()

    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

    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

    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