batchRefundFeeInput
No description
input batchRefundFeeInput {
type: FeeType
amount: Float
}
Fields
type ● FeeType
Valid type of the fee
amount ● Float
Amount to be refunded in the same currency as the order. If this is null, the full amount will be refunded.
Example
{
"type": "DELIVERY",
"amount": 10
}