Merchant
Describes a merchant.
Type Definition
type Merchant {
isOnTrial: Boolean
address: Address
isCompany: Boolean
dateFormat: String
timeFormat: String
datetimeFormat: String
timeZone: String
}Fields
Relationships
The Merchant type contains a reference to the Address type through its address field, which provides detailed location and contact information for the merchant.
Example
{
isOnTrial
address {
id
street
city
country
}
isCompany
dateFormat
timeFormat
datetimeFormat
timeZone
}Implements
No interfaces implemented.