Class PaymentMethodBillingInfo
Inheritance
System.Object
PaymentMethodBillingInfo
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
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 |
|