19 lines
970 B
Markdown
19 lines
970 B
Markdown
|
# CreateResponse
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**result** | [**crate::models::Result**](result.md) | |
|
||
|
**err** | Option<[**crate::models::TransactionErrorCodes**](transaction_error_codes.md)> | | [optional]
|
||
|
**title** | Option<**String**> | Transaction title | [optional]
|
||
|
**amount** | Option<**f32**> | transaction amount casted to float | [optional]
|
||
|
**account_number** | Option<**f32**> | bank account number (only for manual bank transfers) | [optional]
|
||
|
**online** | Option<**i32**> | Booking payments online indicator | [optional]
|
||
|
**url** | Option<**String**> | Link to transaction (for redirecting to payment) | [optional]
|
||
|
**desc** | Option<**String**> | optional field, contains names of invalid fields. | [optional]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|