Skip to main content

The Billing Profile object

Attributes

address
nullable string
The address for the billing profile.
city
nullable string
The city for the billing profile.
company_name
nullable string
The company for the billing profile.
created_at
string
Time at which the billing profile was created.
email
string
The email for the billing profile.
id
string
Unique identifier for the billing profile.
phone
nullable string
The phone number for the billing profile.
state
nullable string
The state for the billing profile.
updated_at
string
Time at which the billing profile was last updated.
vat_id
nullable string
The VAT ID for the billing profile.
zip
nullable string
The ZIP for the billing profile.
The Billing Profile object
{
"address": "9000 Example Str. 22",
"city": "Varna",
"company_name": "2create",
"country": "BG",
"email": "john@example.com",
"id": "bp_0123bc88a70c86ed9d1feb73",
"name": "John Doe",
"phone": "563-497-7493",
"state": "Varna",
"updated_at": "2024-03-13T09:16:53+00:00",
"vat_id": null,
"zip": "66992-3386"
}