PayWhatYouWantInput
No description
input PayWhatYouWantInput {
  allowedCurrencyCodes: [String!]
  maximumAmount: MoneyInput
  minimumAmount: MoneyInput
  suggestedAmount: MoneyInput
}
Fields
PayWhatYouWantInput.allowedCurrencyCodes ● [String!] list scalar
PayWhatYouWantInput.maximumAmount ● MoneyInput input
PayWhatYouWantInput.minimumAmount ● MoneyInput input
PayWhatYouWantInput.suggestedAmount ● MoneyInput input
Member Of
PricingStructureInput  input