Sha256: 961098ed051d9a702e75bb2d984153aaaaa4b2fa48fbfdd2afe13d3ecd1bb8d7

Contents?: true

Size: 1.4 KB

Versions: 5

Compression:

Stored size: 1.4 KB

Contents

# BudgeaClient::Transfer

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | ID of transfer | 
**id_account** | **Integer** | ID of the debited account | [optional] 
**id_user** | **Integer** | ID of the related user | [optional] 
**id_recipient** | **Integer** | ID of the recipient | [optional] 
**account_iban** | **String** | IBAN of the debited account | [optional] 
**recipient_iban** | **String** | IBAN of the recipient in bank recipient list | [optional] 
**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) | 
**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] 
**currency** | **Object** | Currency of the object | [optional] 


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
budgea_client-4.0.3 docs/Transfer.md
budgea_client-4.0.2 docs/Transfer.md
budgea_client-4.0.1 docs/Transfer.md
budgea_client-4.0.0 docs/Transfer.md
budgea_client-3.0.1 docs/Transfer.md