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.
developmentStore
BooleanfromDate
TimestampIt is the information of the start date of the license.
period
SubscriptionPeriodEnumtoDate
TimestampIt is the information of the expiry date of the license.