TIM SDK
TIM API C
|
|
Contains information about a currency supported by a brand.
Object type currency_item.
Functions | |
ta_e_result_code_t | ta_currency_item_get_currency (ta_object_t currency_item, ta_e_currency_t *currency) |
Supported or used currency. More... | |
ta_e_result_code_t | ta_currency_item_get_currency_type (ta_object_t currency_item, ta_e_currency_type_t *currency_type) |
Type of currency. More... | |
ta_e_result_code_t ta_currency_item_get_currency | ( | ta_object_t | currency_item, |
ta_e_currency_t * | currency | ||
) |
Supported or used currency.
[in] | currency_item | Object instance of type currency_item. |
[out] | currency | Pointer to variable to write value to. |
ta_c_rc_ok | Object instance written to currency. |
ta_c_rc_invalid_argument | currency_item is ta_invalid_object. |
ta_c_rc_invalid_argument | currency_item is not of type currency_item. |
ta_c_rc_invalid_argument | currency is null-pointer. |
ta_e_result_code_t ta_currency_item_get_currency_type | ( | ta_object_t | currency_item, |
ta_e_currency_type_t * | currency_type | ||
) |
Type of currency.
[in] | currency_item | Object instance of type currency_item. |
[out] | currency_type | Pointer to variable to write value to. |
ta_c_rc_ok | Object instance written to currency_type. |
ta_c_rc_invalid_argument | currency_item is ta_invalid_object. |
ta_c_rc_invalid_argument | currency_item is not of type currency_item. |
ta_c_rc_invalid_argument | currency_type is null-pointer. |