CustomerBillingAddress

A CustomerBillingAddress represents a billing address for a Customer.

Properties

NameTypeDescription
IdintThe ID of the customer billing address.
CustomerIdintThe ID of the customer that the billing address belongs to.
Customer (via $expand)CustomerThe customer that the billing address belongs to.
IsDefaultbooleanFlag that indicates whether this is the default billing address for the customer.
IsLockedbooleanFlag that indicates whether the billing address may be edited by the customer.
AddressAddressThe billing name, address, and phone number.