BillingAddress
BillingAddress
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| billingCustomerId | String! | ||
| orgId | UUID! | ||
| raw | JSON | ||
| firstName | String | ||
| lastName | String | ||
| String | |||
| company | String | ||
| phone | String | ||
| line1 | String | ||
| line2 | String | ||
| line3 | String | ||
| city | String | ||
| stateCode | String | ||
| state | String | ||
| country | CountryCode | ||
| zip | String | ||
| validationStatus | String | ||
| billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `BillingAddress`. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `BillingAddress`. | |