Saltar al contenido principal

PreviewSubscriptionUpdateInput

Prospective mid-cycle change to price a proration for.

input PreviewSubscriptionUpdateInput {
subscriptionId: ID!
amount: Int
interval: IntervalInput
intervalCount: Int
}

Fields

PreviewSubscriptionUpdateInput.subscriptionId ● ID! non-null scalar

Unique identifier of the subscription the change would apply to.

PreviewSubscriptionUpdateInput.amount ● Int scalar

The new amount, as a positive integer in the smallest currency unit.

PreviewSubscriptionUpdateInput.interval ● IntervalInput enum

The new subscription interval. Changing it resets the billing period.

PreviewSubscriptionUpdateInput.intervalCount ● Int scalar

The new number of intervals between payments. Changing it resets the billing period.

Member Of

previewSubscriptionUpdate query