GALANTHUS / ABI FUNCTION REFERENCE
gln_get_tan_medium_media_name
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_tan_medium_media_name(const gln_tan_medium_t* in_medium);
Purpose
Returns the bank-supplied name or label for a TAN medium row.
Return
Returns the bank-supplied name or label for this TAN medium row.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_medium | input | const gln_tan_medium_t* | nullable | borrowed |
TAN Medium Fields
Returns the bank-supplied name or label for this TAN medium row.
Use it as display and row-identification text. For a valid row the pointer is expected to be non-null; an empty string means no media name was materialized.
Notes
Passing NULL for in_medium is allowed and returns NULL.
Use this value for display and row identification in a TAN media list. The exact content is supplied by the bank response.
The returned string is borrowed from the owning backend result envelope and becomes invalid when that envelope is destroyed.