PayWhatYouWantValue
No description
type PayWhatYouWantValue {
allowed_currency_codes: [String!]
maximum_amount: Money
minimum_amount: Money
suggested_amount: Money
}
Fields
PayWhatYouWantValue
.allowed_currency_codes
● [String!]
list scalar
PayWhatYouWantValue
.maximum_amount
● Money
object
PayWhatYouWantValue
.minimum_amount
● Money
object
PayWhatYouWantValue
.suggested_amount
● Money
object
Implemented By
PricingStructureValue
union