Type alias CustomerPortalInput

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

Optional explanation or context for why this portal session is being initialized.

Type declaration

  • customerId: Scalars["String"]

    Unique identifier of the customer.

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

    The ID of the product context under which the portal is rendered.

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

    Unique identifier of a resource if the subscription or entitlements are scoped to a specific resource.