| 1 |
# CreateMobileAuthorizationCodeResponse |
| 2 |
|
| 3 |
### Description |
| 4 |
|
| 5 |
Defines the fields that are included in the response body of a request to the CreateMobileAuthorizationCode endpoint. |
| 6 |
|
| 7 |
## Properties |
| 8 |
Name | Getter | Setter | Type | Description | Notes |
| 9 |
------------ | ------------- | ------------- | ------------- | ------------- | ------------- |
| 10 |
**authorization_code** | getAuthorizationCode() | setAuthorizationCode($value) | **string** | Generated authorization code that connects a mobile application instance to a Square account. | [optional] |
| 11 |
**expires_at** | getExpiresAt() | setExpiresAt($value) | **string** | The timestamp when `authorization_code` expires in [](https://tools.ietf.org/html/rfc3339RFC 3339](https://tools.ietf.org/html/rfc3339](https://tools.ietf.org/html/rfc3339) format, e.g., \"2016-09-04T23:59:33.123Z\". | [optional] |
| 12 |
**error** | getError() | setError($value) | [](Error.md**\SquareConnect\Model\Error**](Error.md](Error.md) | An error object that provides details about how creation of authorization code failed. | [optional] |
| 13 |
|
| 14 |
Note: All properties are protected and only accessed via getters and setters. |
| 15 |
|
| 16 |
[](../../README.md#documentation-for-models[Back to Model list]](../../README.md#documentation-for-models](../../README.md#documentation-for-models) [](../../README.md#documentation-for-api-endpoints[Back to API list]](../../README.md#documentation-for-api-endpoints](../../README.md#documentation-for-api-endpoints) [](../../README.md[Back to README]](../../README.md](../../README.md) |
| 17 |
|
| 18 |
|