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!

    Unique identifier for the request to ensure no duplicate requests are made

    pricingPlanId: ID!

    Pricing Plan UUID

    subscriptionId: ID!

    Subscription UUID

    transferAllUnits: Boolean!

    Flag to decide if request is FULL or PARTIAL transfer

    items: [SubscriptionUpdateRequestItem!]! PREVIEW

    Item details of the update

    discountCodes: [SubscriptionUpdateRequestDiscountCode!] PREVIEW

    Discount codes to be applied; currently only one discount code is supported

    vendorCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW

    Vendor custom attributes

    targetSubscription: UnitsTransferTargetSubscriptionUpdateRequest! PREVIEW

    Target subscription details for the unit transfer

    subscriptionCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW

    Subscription custom attributes

    Implements