PricingStructureInput
No description
input PricingStructureInput {
  fixed_value: MoneyInput
  pay_what_you_want_value: PayWhatYouWantInput
  pricing_strategy: PricingStrategy!
  scheduled_value: ScheduledMoneyValueInput
}
Fields
PricingStructureInput.fixed_value ● MoneyInput input
PricingStructureInput.pay_what_you_want_value ● PayWhatYouWantInput input
PricingStructureInput.pricing_strategy ● PricingStrategy! non-null enum
PricingStructureInput.scheduled_value ● ScheduledMoneyValueInput input
Member Of
ProductInput  input ● ProductVariantInput  input