Class BamboraBillingAddress
- Namespace
- InSite.Domain.Integrations.Bambora
- Assembly
- Shift.Sdk.dll
public class BamboraBillingAddress
- Inheritance
-
BamboraBillingAddress
- Inherited Members
-
- Extension Methods
-
Constructors
BamboraBillingAddress()
public BamboraBillingAddress()
Properties
address_line1
public string address_line1 { get; set; }
Property Value
- string
address_line2
public string address_line2 { get; set; }
Property Value
- string
city
public string city { get; set; }
Property Value
- string
country
public string country { get; set; }
Property Value
- string
email_address
public string email_address { get; set; }
Property Value
- string
name
public string name { get; set; }
Property Value
- string
phone_number
public string phone_number { get; set; }
Property Value
- string
postal_code
public string postal_code { get; set; }
Property Value
- string
province
public string province { get; set; }
Property Value
- string