SubscriptionPurchasePreview
A preview of the desired changes to a subscription.
All fields should be checked for errors: if any errors are returned, a subsequent purchaseSubscription mutation would fail.
type SubscriptionPurchasePreview {
paymentMethodName: String
products: [ProductPurchasePreview!]
}
Fields
SubscriptionPurchasePreview.paymentMethodName
● String
scalar
A short name indicating the payment method on file that will be used for this subscription. If no payment method is on file, this will be null. If no payment method is on file, and one is required to complete the purchase, an error will be returned."
SubscriptionPurchasePreview.products
● [ProductPurchasePreview!]
list object
Member Of
ProductCatalog
object