Money
No description
type Money {
  currency_code: String!
  fractional: Int!
}
Fields
Money.currency_code ● String! non-null scalar
Money.fractional ● Int! non-null scalar
Member Of
ConventionReports  object ● Coupon  object ● CouponApplication  object ● Order  object ● OrderEntry  object ● PayWhatYouWantValue  object ● PricingStructure  object ● SalesCountByProductAndPaymentAmount  object ● TicketCountByTypeAndPaymentAmount  object ● TimespanWithMoneyValue  object
Implemented By
PricingStructureValue  union