Types > PlanCreate
Commerce APITypesPlanCreate
PlanCreate

Description

Topic: Plan

Fields

payment_method_id: String

Unique payment method identifier. See also: Unique Identifiers

Example: "pm_EQzGqWoY"

Valid when: payment_method_id matches regexp pattern: ^pm_


plan_id: String!

Unique plan identifier. See also: Unique Identifiers

Example: "medium"

Valid when: plan_id is not empty


token: String

Stripe payment method token

Example: "tok_123"


Used By

Mutations

planCreate

Preview (typescript)

Loading module