# Definitions

## Field Attributes

<table><thead><tr><th width="180">Definition</th><th>Remark</th></tr></thead><tbody><tr><td>Mandatory (M)</td><td>Required when call API</td></tr><tr><td>Optional (O)</td><td>DOT NOT Required when call API</td></tr><tr><td>Condition (C)</td><td>Base on Condition of another field when call API, that field can be Required or Optional</td></tr></tbody></table>

## Field Types

<table><thead><tr><th width="197">Definition</th><th>Remark</th></tr></thead><tbody><tr><td>Alpha</td><td>String data, including capital letters (A-Z), usually (a-z)</td></tr><tr><td>Numeric</td><td>Numeric data, consisting only of numeric characters (0-9)</td></tr><tr><td>Alphanumeric</td><td>Numeric data, including uppercase, lowercase, and numeric characters</td></tr><tr><td>JSON Object</td><td>JSON object data</td></tr><tr><td>JSON Array</td><td>JSON array data</td></tr></tbody></table>


---

# 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.galaxypay.vn/upc/payment-gateway/api-specification/definitions.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.
