Search Results for

    Show / Hide Table of Contents

    Class PaymentMethod

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

    Constructors

    PaymentMethod()

    Declaration
    public PaymentMethod()

    Properties

    AssociateId

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

    BillingInfo

    Declaration
    public PaymentMethodBillingInfo BillingInfo { get; set; }
    Property Value
    Type Description
    PaymentMethodBillingInfo

    CanDelete

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

    CanGetBalance

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

    CurrencyCode

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

    Ending

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

    Expires

    Declaration
    public DateTime Expires { get; set; }
    Property Value
    Type Description
    System.DateTime

    FirstSix

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

    IconClass

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

    MerchantId

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

    Name

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

    NameOnAccount

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

    PaymentId

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

    PaymentMethodId

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

    ProfileType

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