CreateTerminalPaymentRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| terminal_id | Long | Terminal ID to use for payment | [default to null] |
| amount | Long | Amount in smallest currency unit (e.g., cents) | [default to null] |
| currency | String | ISO 4217 currency code (e.g., “USD”, “EUR”) | [default to null] |
| order_id | Long | Optional order reference | [optional] [default to null] |
| description | String | Description shown on receipt | [optional] [default to null] |
| metadata | any | Arbitrary metadata | [optional] [default to null] |
| skip_terminal | Boolean | Skip sending to terminal (for testing) | [default to null] |