GALANTHUS / ABI FUNCTION REFERENCE
gln_get_revolut_recipient_bank_country
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_revolut_recipient_bank_country(
const gln_revolut_recipient_t* in_recipient);
Purpose
Returns the Revolut counterparty country when the provider supplied one.
This is counterparty-level provider data, not proof that a specific multi-account payment method was 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 |