Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 5.27 KB

customerportalcustomer.md

File metadata and controls

16 lines (13 loc) · 5.27 KB

CustomerPortalCustomer

Fields

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