SubscriptionUpdatePreviewResponse
Response to represent a summary of subscription update request.
This page contains
Fields
items: [SubscriptionUpdatePreviewItem!] PREVIEW | Represents a summary of a specific subscription update item |
amountDueBeforeTax: String | Amount due before tax for the subscription update request |
amountDueAfterTax: String | Amount due after tax for the subscription update request |
totalTaxAmount: String | Total Tax amount for the subscription update request |
taxSummary: [SubscriptionUpdatePreviewTaxDetail!] PREVIEW | Tax summary details applied for the subscription update request |
totalCost: [SubscriptionUpdatePreviewPricingCalculationTotalCost!] PREVIEW | Total cost details for the subscription update request |
recurringTotals: [SubscriptionUpdatePreviewTotalRecurring!] PREVIEW | Represent recurring fee of a specific billing cycle |
credits: [SubscriptionUpdatePreviewProrationDetail!] PREVIEW | Proration detail for the subscription update request |
errorStatuses: [SubscriptionUpdatePreviewValidationError!] PREVIEW | Purchase validation error from pricing summary calculation |
validationErrors: [SubscriptionUpdateValidationError!] PREVIEW | Detail of the subscription update request validation |
Queries for SubscriptionUpdatePreviewResponse
previewSubscriptionUpdateRequest PREVIEW | Preview the given subscription update request. It should return the pricing summary and list of errors |