A CustomerBillingAddress represents a billing address for a Customer.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the customer billing address. |
CustomerId | int | The ID of the customer that the billing address belongs to. |
Customer (via $expand) | Customer | The customer that the billing address belongs to. |
IsDefault | boolean | Flag that indicates whether this is the default billing address for the customer. |
IsLocked | boolean | Flag that indicates whether the billing address may be edited by the customer. |
Address | Address | The billing name, address, and phone number. |