Record
account-billing-response
No description available.
record account-billing-response {
address: string,
apt: option<string>,
city: string,
country: string,
email: string,
first-name: string,
last-name: string,
phone-number: string,
state: string,
zip: string,
}Fields
| Name | Type | Description |
|---|---|---|
| address | string | |
| apt | option<string> | |
| city | string | |
| country | string | |
| string | ||
| first-name | string | |
| last-name | string | |
| phone-number | string | |
| state | string | |
| zip | string |