input HoldsInput

Fields

FieldTypeDescription
payment_holdBoolean

Whether a payment hold should be applied.

operator_holdBoolean

Whether an operator hold should be applied.

fraud_holdBoolean

Whether a fraud hold should be applied.

address_holdBoolean

Whether an address hold should be applied.

client_holdBoolean

Whether a client hold should be applied.

Referenced By

Example

{
  "payment_hold": true,
  "operator_hold": true,
  "fraud_hold": true,
  "address_hold": true,
  "client_hold": true
}