Name | Type | Description | ||
---|---|---|---|---|
id | String | The ID of the retrieved wallet transaction | ||
number | String | The number of the retrieved wallet transaction | ||
amount | Number | The total amount of the wallet transaction | ||
extra_added_amount | Number | An extra added amount that will only affect the wallet balance on crediting the wallet. | ||
notes | String | The notes for the retrieved wallet transaction | ||
life_cycle_state | String | The life cycle state of the retrieved wallet transaction. Supported values are EFFECTIVE and VOIDED | ||
udf_string_1 | String | User Defined Field of type String | ||
udf_string_2 | String | User Defined Field of type String | ||
udf_string_3 | String | User Defined Field of type String | ||
udf_string_4 | String | User Defined Field of type String | ||
udf_string_5 | String | User Defined Field of type String | ||
udf_string_6 | String | User Defined Field of type String | ||
udf_string_7 | String | User Defined Field of type String | ||
udf_string_8 | String | User Defined Field of type String | ||
udf_float_1 | Float | User Defined Field of type Float | ||
udf_float_2 | Float | User Defined Field of type Float | ||
udf_float_3 | Float | User Defined Field of type Float | ||
udf_float_4 | Float | User Defined Field of type Float | ||
udf_date_1 | Date | User Defined Field of type Date | ||
udf_date_2 | Date | User Defined Field of type Date | ||
udf_date_3 | Date | User Defined Field of type Date | ||
udf_date_4 | Date | User Defined Field of type Date | ||
type | Wallet Transaction Type Object | The type of the retrieved wallet transaction | ||
wallet | Wallet Object | The wallet related with the retrieved wallet transaction | ||
to_wallet | Wallet Object | The wallet to which money is transferred to through the retrieved wallet transaction. Applicable only for Wallet Transfer Transactions
| ||
voided_by_wallet_transaction | Wallet Transaction Object | The wallet transaction that voided the retrieved wallet transaction | ||
transferred_by_wallet_transaction | Wallet Transaction Object | The wallet transaction through which money was transferred to another wallet. Applicable only when the wallet transaction is related to another Wallet Transaction with classification Transfer
| ||
log_information | Log Information Object | The log information of the retrieved wallet transaction | ||
products_set | Set of Wallet Transaction Products Objects | Set of wallet transaction products used to keep track of the products that resulted to the wallet transaction amount
|
Referred Objects Response Data Anchor wallet_transaction referred objects wallet_transaction referred objects
...