Skip to Content

Merchant

Describes a merchant.

Type Definition

type Merchant { isOnTrial: Boolean address: Address isCompany: Boolean dateFormat: String timeFormat: String datetimeFormat: String timeZone: String }

Fields

FieldTypeDescription
isOnTrialBooleanReturns true if merchant is on trial.
addressAddressReturns the merchant address.
isCompanyBooleanReturns true if merchant is a company.
dateFormatStringReturns the default date format.
timeFormatStringReturns the default time format.
datetimeFormatStringReturns the default datetime format.
timeZoneStringReturns the merchant time zone.

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.