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
addedDate
TimestampThe date the app licence was added.
appPaymentKey
StringIt is the information of which type of app license is obtained.
authorizedAppId
StringThe id of the app that generated the app payment. Actually, the id of the app for which merchant app payment was created.
currency
SubscriptionPriceCurrencyEnumcurrencyCode
StringcurrencySymbol
StringlastPaymentDate
TimestampIt is the date of receipt of the last payment for the license subscription.
lastPaymentDiscountRatio
FloatThe 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.
merchantAppPaymentId
StringThe name of the created application license is the information.
The id of the application to be licensed in the store