Search Results for

    Show / Hide Table of Contents

    Class Payment

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

    Constructors

    Payment()

    Declaration
    public Payment()

    Properties

    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

    CardType

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

    ExpireMonth

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

    ExpireYear

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

    FirstSix

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

    Last4

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

    ProfileType

    Declaration
    public OnFileProfile ProfileType { get; set; }
    Property Value
    Type Description
    OnFileProfile

    Token

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