SubscriptionUpdatePreviewResponse
Response to represent a summary of subscription update request.
This page contains
Fields
items: [SubscriptionUpdatePreviewItem!] @deprecated( reason: "No longer supported" )PREVIEW | Represents a summary of a specific subscription update item |
amountDueBeforeTax: String @deprecated( reason: "No longer supported" ) | Amount due before tax for the subscription update request |
amountDueAfterTax: String @deprecated( reason: "No longer supported" ) | Amount due after tax for the subscription update request |
totalTaxAmount: String @deprecated( reason: "No longer supported" ) | Total Tax amount for the subscription update request |
taxSummary: [SubscriptionUpdatePreviewTaxDetail!] @deprecated( reason: "No longer supported" )PREVIEW | Tax summary details applied for the subscription update request |
totalCost: [SubscriptionUpdatePreviewPricingCalculationTotalCost!] @deprecated( reason: "No longer supported" )PREVIEW | Total cost details for the subscription update request |
recurringTotals: [SubscriptionUpdatePreviewTotalRecurring!] @deprecated( reason: "No longer supported" )PREVIEW | Represent recurring fee of a specific billing cycle |
credits: [SubscriptionUpdatePreviewProrationDetail!] @deprecated( reason: "No longer supported" )PREVIEW | Proration detail for the subscription update request |
errorStatuses: [SubscriptionUpdatePreviewValidationError!] @deprecated( reason: "No longer supported" )PREVIEW | Purchase validation error from pricing summary calculation |
validationErrors: [SubscriptionUpdateValidationError!] PREVIEW | Detail of the subscription update request validation |
subscription: SubscriptionDefinition PREVIEW | Subscription definition for the current active snapshot of subscription |
subscriptionPreview: SubscriptionDefinitionPreview PREVIEW | Preview of subscription update request |
priceSummary: SubscriptionPriceSummary PREVIEW | Subscription price summary |
Queries for SubscriptionUpdatePreviewResponse
previewSubscriptionUpdateRequest PREVIEW | Preview the given subscription update request. It should return the pricing summary and list of errors |