For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateSubscriptionPayload

Autogenerated return type of CreateSubscription.

Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ModelValidationError!]!)

payment (Payment)

The initial payment object associated with signing up this subscription.

paymentToken (ID)

Deprecated: Will be removed.

paymentUrl (String)

The URL to redirect your customer to to complete the signup payment

returnUrl (String)

The passed value or a URL to the Firmhouse order confirmation page.

subscription (Subscription)

subscriptionToken (ID)

Deprecated: Will be removed. Use the 'subscription' field instead.

Last updated

Was this helpful?