# Objects / Vendor

# Vendor

**Object**
## Vendor

### Implements
*List of interfaces this object implements*

- [SettingsInterface](/documentation/Interfaces/Settings-Interface#SettingsInterface)
- [NotifiableInterface](/documentation/Interfaces/Notifiable-Interface#NotifiableInterface)

| Fields | Type | Description |
| --- | --- | --- |
| settings | [[Settings]](/documentation/Objects/Settings#Settings) | The settings for this object |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the vendor |
| url | *String* | The vendor's subdomain (the part before onshopfront.com) |
| name | *String* | The name of the vendor |
| defaultTaxRate | [TaxRate](/documentation/Objects/Tax-Rate#TaxRate) | The default tax rate for the vendor (or null for no tax) |
| businessType | [BusinessTypeEnum](/documentation/Enums/Business-Type-Enum#BusinessTypeEnum) | The business type for this vendor |
| additionalFields | [[AdditionalField]](/documentation/Objects/Additional-Field#AdditionalField) | The additional information fields |
| trialEndsAt | [DateTime](/documentation/Types/Date-Time#DateTime) | When this vendor's trial ends or null if the vendor is no longer on trial |
| contact | [Contact](/documentation/Objects/Contact#Contact) | The contact details for this vendor |
| contactName | *String* | The name of the contact person for this vendor |