input HoldsInput
Fields
| Field | Type | Description |
|---|---|---|
payment_hold | Boolean | Whether a payment hold should be applied. |
operator_hold | Boolean | Whether an operator hold should be applied. |
fraud_hold | Boolean | Whether a fraud hold should be applied. |
address_hold | Boolean | Whether an address hold should be applied. |
client_hold | Boolean | Whether a client hold should be applied. |
Referenced By
- CreateOrderInput Type
- CreateWholesaleOrderInput Type
Example
{
"payment_hold": true,
"operator_hold": true,
"fraud_hold": true,
"address_hold": true,
"client_hold": true
}