Search Results for

    Show / Hide Table of Contents

    Class PaymentMethodBillingInfo

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

    Constructors

    PaymentMethodBillingInfo()

    Declaration
    public PaymentMethodBillingInfo()

    Properties

    Address

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

    EmailAddress

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

    FirstName

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

    FullName

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

    LastName

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

    PaymentMethodId

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

    PhoneNumber

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