> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/api-reference/api/payments/mobile/android-device-configuration/models.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
