OrderingOrderFee
An object representing a fee associated with an order.
type OrderingOrderFee {
name: String!
amountCents: Int!
}
name
string - Human readable name of the fee.
amountCents
number - The amount of the fee, represented in cents.