Skip to content

Declared in <galanthus/c_api/gln_capi.h>.

GLN_API const char* GLN_CALL gln_get_revolut_recipient_bic(const gln_revolut_recipient_t* in_recipient);
  • Family: Row field accessors
  • Return type: const char*

Purpose

Returns the selected Revolut recipient account BIC.

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.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_recipientinputconst gln_revolut_recipient_t*nonnullborrowed

See Also