name
string - Human readable name of the fee.
amountCents
number - The amount of the fee, represented in cents.type OrderingOrderFee {
name: String!
amountCents: Int!
}
namestring - Human readable name of the fee.
amountCentsnumber - The amount of the fee, represented in cents.