# Models

## The android-device object

```json
{"openapi":"3.0.1","info":{"title":"Android Device Configuration","version":"2.0"},"components":{"schemas":{"android-device":{"type":"object","properties":{"device-manufacturer":{"type":"string","description":"The manufacturer of the Android device."},"device-model":{"type":"string","description":"The model identifier of the Android device."},"support-statuses":{"type":"string","description":"The supported device status values."},"baud-rate":{"type":"integer","description":"The audio baud rate used for device communication.","format":"int32"},"input-frequency":{"type":"integer","description":"The audio input frequency supported by the device.","format":"int32"},"output-frequency":{"type":"integer","description":"The audio output frequency supported by the device.","format":"int32"},"record-buffer-size":{"type":"integer","description":"The buffer size used for audio recording.","format":"int32"},"record-read-buffer-size":{"type":"integer","description":"The buffer size used when reading recorded audio data.","format":"int32"},"volume-adjust":{"type":"integer","description":"The volume adjustment level applied to the device audio output.","format":"int32"},"direct-output-wave":{"type":"integer","description":"Enables the direct audio output wave processing.","format":"int32"},"use-voice-recognition":{"type":"integer","description":"Indicates whether voice recognition is enabled for the device.","format":"int32"},"shuttle-channel":{"type":"integer","description":"The audio channel used for device communication.","format":"int32"},"powerup-when-swipe":{"type":"integer","description":"The device powers up automatically when a card swipe is detected.","format":"int32"},"powerup-last-before-command":{"type":"integer","description":"The device powers up using the last configuration before executing a command.","format":"int32"},"force-headset":{"type":"integer","description":"Indicates whether the device forces headset mode during operation.","format":"int32"},"reverse-audio-events":{"type":"integer","description":"Indicates whether audio event handling is reversed.","format":"int32"}},"xml":{"name":"android-device"}}}}}
```

## The ErrorPayload object

```json
{"openapi":"3.0.1","info":{"title":"Android Device Configuration","version":"2.0"},"components":{"schemas":{"ErrorPayload":{"type":"object","properties":{"error-message":{"type":"string","description":"Describes the reason for the error."},"result-code":{"type":"string","description":"Numeric code that identifies the type of error returned by the request."},"time-stamp":{"type":"string","description":"Date and time when the error occurred, ISO 8601 format (UTC)."}},"xml":{"name":"error"}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xplorpay.com/api-reference/api/payments/mobile/android-device-configuration/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
