> ## Documentation Index
> Fetch the complete documentation index at: https://docs-stage.bglobale.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BillingDetails

> The BillingDetails shared object definition, reused across multiple Global-e API endpoints.

<Note>
  `BillingDetails` is a **shared, cross-endpoint object definition**. An individual endpoint uses only the subset its own request or response references — always check that endpoint's reference page for the fields it actually accepts or returns.
</Note>

| Field              | Type                                                                    | Required | Description                                                                                    |
| ------------------ | ----------------------------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------- |
| `Address1`         | String                                                                  | —        | Address line 1. Length: Unlimited.                                                             |
| `Address2`         | String                                                                  | —        | Address line 2. Length: Unlimited.                                                             |
| `City`             | String                                                                  | —        | City name. Max length: 500 chars.                                                              |
| `CountryCode`      | String                                                                  | —        | 2-char ISO country code                                                                        |
| `CountryName`      | String                                                                  | —        | Country name. Max length: 255 chars.                                                           |
| `Email`            | String                                                                  | —        | E-mail address. Max length: 500 chars.                                                         |
| `Fax`              | String                                                                  | —        | Fax number. Max length: 250 chars.                                                             |
| `FirstName`        | String                                                                  | —        | Customer’s first name. Max length: 40 chars. No length validation. The rest will be truncated. |
| `LastName`         | String                                                                  | —        | Customer’s last name. Max length: 40 chars. No length validation. The rest will be truncated.  |
| `MiddleName`       | String                                                                  | —        | Middle name. Max length:40 chars. No length validation. The rest will be truncated.            |
| `Phone1`           | String                                                                  | —        | Phone #1. Max length: 250 chars.                                                               |
| `Phone2`           | String                                                                  | —        | Phone #2. Max length: 250 chars.                                                               |
| `Salutation`       | String                                                                  | —        | Salutation or title (e.g. Dr., Mr., etc.). Max length: 500 chars.                              |
| `StateCode`        | String                                                                  | —        | State or province ISO code such as AZ for Arizona (if applicable)                              |
| `StateOrProvince`  | String                                                                  | —        | State or province name. Max length: 500 chars.                                                 |
| `UserIdNumber`     | String                                                                  | —        | User’s personal ID document number                                                             |
| `UserIdNumberType` | object ([UserIdNumberType](/api-reference/objects/user-id-number-type)) | —        | User’s personal ID document type. Includes the following fields: UserIdNumberTypeCode • Name   |
| `UserId`           | String                                                                  | —        | Internal User identifier on the Merchant site                                                  |
| `Zip`              | String                                                                  | —        | Zip or postal code. Max length: 250 chars.                                                     |
