Name | Type | Description | Notes |
---|---|---|---|
id | int | Transaction ID | [optional] |
timestamp | int | Transaction timestamp | [optional] |
type_id | \Swagger\Client\Model\TransactionTypeAccount | [optional] | |
amount | float | Transaction amount | [optional] |
currency | string | Transaction currency | [optional] |
amount_fiat | float | Transaction amount in fiat currency | [optional] |
cost_details | \Swagger\Client\Model\TransactionCostItem[] | Cost details for type 2. | [optional] |
referral_user | object | Referral user for type 3 | [optional] |
comment | string | Comment for type 4 | [optional] |
txid | string | Coinpayments transaction ID for type 1, or blockchain transaction ID for type 5 | [optional] |
txurl | string | Blockchain transaction explore URL for type 5 | [optional] |
target_user | object | Target user for type 6 | [optional] |
source_user | object | Source user for type 7 | [optional] |
target_farm | object | Target farm for types 2, 10 | [optional] |