CustomerPortalCustomer
June 12, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
created_at | date | :heavy_check_mark: | Creation timestamp of the object. | |
modified_at | date | :heavy_check_mark: | Last modification timestamp of the object. | |
id | str | :heavy_check_mark: | The ID of the object. | |
email | Nullable[str] | :heavy_check_mark: | N/A | |
email_verified | bool | :heavy_check_mark: | N/A | |
name | Nullable[str] | :heavy_check_mark: | N/A | |
billing_name | Nullable[str] | :heavy_check_mark: | N/A | |
billing_address | Nullable[models.Address] | :heavy_check_mark: | N/A | |
tax_id | List[Nullable[models.CustomerPortalCustomerTaxID]] | :heavy_check_mark: | N/A | [ "911144442", "us_ein" ] |
oauth_accounts | Dict[str, models.CustomerPortalOAuthAccount] | :heavy_check_mark: | N/A | |
default_payment_method_id | OptionalNullable[str] | :heavy_minus_sign: | N/A | |
type | OptionalNullable[models.CustomerType] | :heavy_minus_sign: | N/A | |
locale | OptionalNullable[str] | :heavy_minus_sign: | N/A |