Sha256: 6bf94ea3238701543ee12db2effae9c4bc3db659399849732fa62bd59f69f58f

Contents?: true

Size: 1.27 KB

Versions: 14

Compression:

Stored size: 1.27 KB

Contents

# BudgeaClient::Transfer

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | ID of transfer | 
**id_account** | **Integer** | ID of the debited account | [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 | [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, done, canceled, 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

14 entries across 14 versions & 1 rubygems

Version Path
budgea_client-1.4.4 docs/Transfer.md
budgea_client-1.4.3 docs/Transfer.md
budgea_client-1.4.2 docs/Transfer.md
budgea_client-1.3.9 docs/Transfer.md
budgea_client-1.3.6 docs/Transfer.md
budgea_client-1.3.5 docs/Transfer.md
budgea_client-1.3.4 docs/Transfer.md
budgea_client-1.3.3 docs/Transfer.md
budgea_client-1.3.2 docs/Transfer.md
budgea_client-1.3.1 docs/Transfer.md
budgea_client-1.3.0 docs/Transfer.md
budgea_client-1.2.0 docs/Transfer.md
budgea_client-1.1.0 docs/Transfer.md
budgea_client-1.0.0 docs/Transfer.md