MerchantLicence
type MerchantLicence {
id: ID!
activeSubscriptionCode: SubscriptionCodeEnum!
appSubscriptions: [MerchantAppSubscription!]
developmentStore: Boolean
fromDate: Timestamp
period: SubscriptionPeriodEnum
region: MerchantRegionEnum!
toDate: Timestamp
}
Fields
appSubscriptions[MerchantAppSubscription!]If the license is attached to an app, its properties are kept in this domain.
developmentStoreBooleanfromDateTimestampIt is the information of the start date of the license.
periodSubscriptionPeriodEnumtoDateTimestampIt is the information of the expiry date of the license.