MerchantAppSubscription
type MerchantAppSubscription {
id: ID!
addedDate: Timestamp
appPaymentKey: String
authorizedAppId: String
currency: SubscriptionPriceCurrencyEnum
currencyCode: String
currencySymbol: String
lastPaymentDate: Timestamp
lastPaymentDiscountRatio: Float
lastPaymentPeriod: SubscriptionPeriodEnum!
lastPaymentPeriodInDays: Float!
lastPaymentPrice: Float!
lastPaymentPriceWithTax: Float!
merchantAppPaymentId: String
name: String!
status: MerchantSubscriptionStatusEnum!
storeAppId: String!
storeAppListingSubscriptionId: String!
storeAppListingSubscriptionKey: String!
}
Fields
addedDateTimestampThe date the app licence was added.
appPaymentKeyStringIt is the information of which type of app license is obtained.
authorizedAppIdStringThe id of the app that generated the app payment. Actually, the id of the app for which merchant app payment was created.
currencySubscriptionPriceCurrencyEnumcurrencyCodeStringcurrencySymbolStringlastPaymentDateTimestampIt is the date of receipt of the last payment for the license subscription.
lastPaymentDiscountRatioFloatThe discount rate on the last payment for the app license subscription.
The payment period of the license last payment. The purpose of keeping this information is to adjust the controls according to the last month if the subscription is withdrawn from annual to monthly.
It is the last payment information for the app license subscription.
It is the price information including KDV, for which the last payment is made for the app license subscription.
merchantAppPaymentIdStringThe name of the created application license is the information.
The id of the application to be licensed in the store