OBJECT
An order fee
type OrderFee {amount: Money beforeTax: Boolean ccSurcharge: Boolean computedAmount: Money! feeId: UUID id: UUID isPercent: Boolean @deprecated( reason: "No longer used. All fees are in percentage" )name: String }