docs/Transfer.md in budgea_client-4.0.3 vs docs/Transfer.md in budgea_client-5.0.0

- old
+ new

@@ -12,13 +12,17 @@ **exec_date** | **Date** | Date when the transfer will be operated by the bank | **register_date** | **DateTime** | Date when the transfer has been registered | **amount** | **Float** | Amount of the transfer | **fees** | **Float** | Fees taken by the bank | [optional] **webid** | **String** | WebID of the transfer | [optional] -**state** | **String** | State of the transfer (created, scheduled, validating, pending, coming, done, canceled, transaction_not_found, deleted, error, bug) | +**state** | **String** | State of the transfer (created, scheduled, validating, pending, coming, done, canceled, transactionNotFound, deleted, error, bug) | **error** | **String** | Error message during transfer, if any | [optional] **label** | **String** | Label of the transfer | [optional] **account_balance** | **Float** | Balance of the account just before the transfer | [optional] **id_transaction** | **Integer** | If found, ID of the related transaction | [optional] +**beneficiary_type** | **String** | Type of beneficiary number, for example: 'recipient' (in bank recipient list), 'iban' or 'phone_number' | [default to 'recipient'] +**beneficiary_number** | **String** | Beneficiary bank identifier value like recipient webid, iban: EX6713281847025300290000062 or phone_number: 06XXXXXX | [optional] +**beneficiary_label** | **String** | Label of the beneficiary (needed for transfer to other beneficiary type than 'recipient') | [optional] +**validate_mechanism** | **String** | Authentication method used to validate transfer (credentials or webauth) | [optional] **currency** | **Object** | Currency of the object | [optional]