id int | The unique internal ID of the vendor |
name string | The full name of the vendor, computed from first_name and last_name. |
first_name string | The first name of the vendor. |
last_name string | The last name of the vendor. |
email string | The email address of the vendor. |
phone string | The phone number of the vendor. |
birthdate timestamp | The birthdate of the vendor. Only returned when the vendor relationship is loaded. Measured in seconds since the Unix epoch. |
job_title string | The job title of the vendor. Only returned when the vendor relationship is loaded. |
bills_count int | The total number of bills associated with this vendor. |
total_billed float | The total amount billed to this vendor across all bills, in the account's currency (not in cents). |
metadata object | A set of key-value pairs that you can attach to a vendor object. This can be useful for storing additional information about the vendor in a structured format. |
created_at timestamp | Time at which the object was created. Measured in seconds since the Unix epoch. |
updated_at timestamp | Time at which the object was last updated. Measured in seconds since the Unix epoch. |