Search Results for

    Show / Hide Table of Contents

    Class SavedPayment_ChargePaymentRequest

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

    Constructors

    SavedPayment_ChargePaymentRequest()

    Declaration
    public SavedPayment_ChargePaymentRequest()

    Properties

    Amount

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

    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

    PayerId

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

    Payment

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