Skip to main content

MerchantSubscriptionPlan

No description

type MerchantSubscriptionPlan {
  id: ID!
  name: String!
  level: Int!
  handle: MerchantSubscriptionPlanEnum
  pricing(
    currency: CurrencyEnum
  ): [MerchantSubscriptionPlanPricing!]
  shipment: MerchantSubscriptionPlanComponent
  waybill: MerchantSubscriptionPlanComponent
  order: MerchantSubscriptionPlanComponent
  features: MerchantSubscriptionFeatures
}

Fields

MerchantSubscriptionPlan.id ● ID! non-null scalar

MerchantSubscriptionPlan.name ● String! non-null scalar

MerchantSubscriptionPlan.level ● Int! non-null scalar

MerchantSubscriptionPlan.handle ● MerchantSubscriptionPlanEnum enum

MerchantSubscriptionPlan.pricing ● [MerchantSubscriptionPlanPricing!] list object

MerchantSubscriptionPlan.pricing.currency ● CurrencyEnum enum

MerchantSubscriptionPlan.shipment ● MerchantSubscriptionPlanComponent object

MerchantSubscriptionPlan.waybill ● MerchantSubscriptionPlanComponent object

MerchantSubscriptionPlan.order ● MerchantSubscriptionPlanComponent object

MerchantSubscriptionPlan.features ● MerchantSubscriptionFeatures object

Returned By

subscriptionPlans query

Member Of

MerchantSubscription object