input HoldsInput
Fields
| Field | Type | Description |
|---|---|---|
payment_hold | Boolean | |
operator_hold | Boolean | |
fraud_hold | Boolean | |
address_hold | Boolean | |
client_hold | Boolean |
Referenced By
- CreateOrderInput Type
- CreateWholesaleOrderInput Type
Example
{
"payment_hold": true,
"operator_hold": true,
"fraud_hold": true,
"address_hold": true,
"client_hold": true
}