GALANTHUS / ABI FUNCTION REFERENCE
gln_get_revolut_recipient_currency
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_revolut_recipient_currency(const gln_revolut_recipient_t* in_recipient);
Purpose
Returns the selected Revolut recipient account currency.
Revolut recipient rows represent counterparties. Account-specific fields are populated only when the provider counterparty has exactly one usable account; for multi-account counterparties this accessor returns NULL so callers do not treat an arbitrary account as selected.
Return
Returns the requested borrowed pointer, or NULL when it is not available.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_recipient | input | const gln_revolut_recipient_t* | nonnull | borrowed |