PricingStrategy
No description
enum PricingStrategy {
  fixed
  pay_what_you_want
  scheduled_value
}
Values
PricingStrategy.fixed
Fixed price
PricingStrategy.pay_what_you_want
Pay-what-you-want price
PricingStrategy.scheduled_value
Price that changes over time
Member Of
PricingStructure  object ● PricingStructureInput  input