Preview

UnitsTransferSubscriptionUpdateRequest is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

UnitsTransferSubscriptionUpdateRequest

Subscription update unit transfer request originated from unitsTransferRequest mutation

This page contains

    Fields

    idempotencyKey: ID!
    pricingPlanId: ID!
    subscriptionId: ID!
    transferAllUnits: Boolean!
    items: [SubscriptionUpdateRequestItem!]! PREVIEW
    discountCodes: [SubscriptionUpdateRequestDiscountCode!] PREVIEW
    vendorCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW
    targetSubscription: [UnitsTransferTargetSubscriptionUpdateRequest!]! PREVIEW
    subscriptionCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW

    Implements