Skip to main content

MerchantLicence

type MerchantLicence {
id: ID!
activeSubscriptionCode: SubscriptionCodeEnum!
appSubscriptions: [MerchantAppSubscription!]
developmentStore: Boolean
fromDate: Timestamp
period: SubscriptionPeriodEnum
region: MerchantRegionEnum!
toDate: Timestamp
}

Fields

idID!required
activeSubscriptionCodeSubscriptionCodeEnum!required

If the license is attached to an app, its properties are kept in this domain.

developmentStoreBoolean
fromDateTimestamp

It is the information of the start date of the license.

regionMerchantRegionEnum!required
toDateTimestamp

It is the information of the expiry date of the license.