OrderFee
Extra fee associated with an order.
type OrderFee implements Node {
id: ID!
name: String!
notes: String!
transactionAmount: Decimal!
domiciledAmount: Decimal!
currency: NauticalCurrency!
transactionCurrency: NauticalCurrency!
source: SourceFeeEnum!
tenant: Tenant!
order: Order
transactionFee: Money
domiciledFee: Money
data: JSON!
}
Fields
OrderFee.id ● ID! non-null scalar
The Globally Unique ID of this object
OrderFee.name ● String! non-null scalar
Name of the fee
OrderFee.notes ● String! non-null scalar
Notes about the fee