GraphQLObjectsPaymentOptionPaymentOptionNo description type PaymentOption { id: String! type: PaymentOptionType! amount: Int! feeAmount: Int!} Fields id ● String! non-null scalar type ● PaymentOptionType! non-null enum amount ● Int! non-null scalar feeAmount ● Int! non-null scalar Member of PackPurchaseOrder object