Type alias CheckoutStateInput

CheckoutStateInput: { billingCountryCode?: InputMaybe<Scalars["String"]>; customerId: Scalars["String"]; planId: Scalars["String"]; productId?: InputMaybe<Scalars["String"]>; resourceId?: InputMaybe<Scalars["String"]> }

Checkout state input

Type declaration

  • Optional billingCountryCode?: InputMaybe<Scalars["String"]>

    The billing country code of the customer to checkout

  • customerId: Scalars["String"]

    Customer ID

  • planId: Scalars["String"]

    The plan ID to checkout

  • Optional productId?: InputMaybe<Scalars["String"]>

    The Plan Product ID to checkout

  • Optional resourceId?: InputMaybe<Scalars["String"]>

    The resource ID to checkout