970 B
970 B
CreateResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
result | crate::models::Result | ||
err | Option<crate::models::TransactionErrorCodes> | [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] |