Field | Type | Required | Description | Example |
---|---|---|---|---|
created_at |
date | ✔️ | Creation timestamp of the object. | |
modified_at |
date | ✔️ | Last modification timestamp of the object. | |
id |
str | ✔️ | The ID of the object. | |
email |
str | ✔️ | N/A | |
email_verified |
bool | ✔️ | N/A | |
name |
Nullable[str] | ✔️ | N/A | |
billing_address |
Nullable[models.Address] | ✔️ | N/A | |
tax_id |
List[Nullable[models.CustomerPortalCustomerTaxID]] | ✔️ | N/A | [ "911144442", "us_ein" ] |
oauth_accounts |
Dict[str, models.CustomerPortalOAuthAccount] | ✔️ | N/A |