BillingAddresses
BillingAddresses is an auto generated table
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Int | False | Id |
City | String | False | City name |
Company | String | False | Company |
CountryId | String | False | Country id |
CustomerAddressId | Int | False | Customer address id |
CustomerId | Int | False | Customer id |
String | False | Billing/shipping email | |
ExtensionAttributes | String | False | This is an auto-generated column |
Fax | String | False | Fax number |
Firstname | String | False | First name |
Lastname | String | False | Last name |
Middlename | String | False | Middle name |
Postcode | String | False | Postcode |
Prefix | String | False | Prefix |
Region | String | False | Region name |
RegionCode | String | False | Region code |
RegionId | Int | False | Region id |
SameAsBilling | Int | False | Same as billing flag |
SaveInAddressBook | Int | False | Save in address book flag |
Street | String | False | Street |
Suffix | String | False | Suffix |
Telephone | String | False | Telephone number |
VatId | String | False | Vat id |
CartId | Int | False | The ID of the Cart for which you want to retrieve the BillingAddresses for. |
Last updated