Driver card
Contract for the CARD_DRIVER order type.
| Field | Type | Required | Description |
|---|---|---|---|
action | string | Yes | Action is the action to perform: enable_matching, enable_identification, configure_matching, register_driver, or remove_driver. |
card_number | string | Yes | CardNumber is the card number |
cloud_match_enabled | boolean | No | CloudMatchEnabled enables or disables cloud matching. |
driver_id | string | No | DriverID is the unique identifier of the driver associated with the card (required for register_driver action) |
driver_name | string | No | DriverName is the driver's display name associated with the card. |
edge_match_enabled | boolean | No | EdgeMatchEnabled enables or disables edge matching. |
enabled | boolean | No | Enabled enables or disables the driver matching module. |
identification_enabled | boolean | No | IdentificationEnabled enables or disables driver identification. |
identification_timeout_enabled | boolean | No | IdentificationTimeoutEnabled enables or disables the identification timeout. |
identification_timeout_seconds | integer | No | IdentificationTimeoutSeconds is the timeout for driver identification. |
match_enabled | boolean | No | MatchEnabled enables or disables driver matching. |