TerminalResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the terminal | [default to null] |
| payment_method_id | Long | Payment method ID | [default to null] |
| payment_method_name | String | Payment method name (e.g., “Stripe Terminal”) | [default to null] |
| payment_method_slug | String | Payment method slug (e.g., “stripe_terminal”) | [default to null] |
| name | String | Friendly name for the terminal | [default to null] |
| device | TerminalDeviceInfo | Device information (serial number, model, capabilities) | [default to null] |
| location | VendorLocationWithTerminalsResponse | Location information | [optional] [default to null] |
| status_info | TerminalStatusInfo | Status information (status, connection_type) | [default to null] |
| timestamps | TerminalTimestamps | Timestamps (last_seen_at, last_transaction_at, registered_at, created_at) | [default to null] |