Class BillingAddress
- Namespace
- InSite.Domain.Payments
- Assembly
- Shift.Sdk.dll
public class BillingAddress
- Inheritance
-
BillingAddress
- Inherited Members
-
- Extension Methods
-
Constructors
BillingAddress()
Properties
Address
public string Address { get; set; }
Property Value
- string
City
public string City { get; set; }
Property Value
- string
Country
public string Country { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Phone
public string Phone { get; set; }
Property Value
- string
PostalCode
public string PostalCode { get; set; }
Property Value
- string
Province
public string Province { get; set; }
Property Value
- string