OrderFeeInput
No description
input OrderFeeInput {
order: ID!
name: String!
notes: String
feeValue: Decimal!
}
Fields
OrderFeeInput.order ● ID! non-null scalar
ID of the order to create the fee against.
OrderFeeInput.name ● String! non-null scalar
Name of the order fee.
OrderFeeInput.notes ● String scalar
Notes of the order fee.
OrderFeeInput.feeValue ● Decimal! non-null scalar
Value of the fee in domiciled currency.
Member Of
orderFeeCreate mutation