Search Results for

    Show / Hide Table of Contents

    Class Redirect_ChargePaymentRequest

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

    Constructors

    Redirect_ChargePaymentRequest()

    Declaration
    public Redirect_ChargePaymentRequest()

    Properties

    Amount

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

    AssociateId

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

    BillingAddress

    Declaration
    public Address BillingAddress { get; set; }
    Property Value
    Type Description
    Address

    CurrencyCode

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

    OrderNumber

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

    ReturnUrl

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