Skip to content

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

GLN_API const char* GLN_CALL gln_get_revolut_deleted_recipient_id(
    const gln_revolut_deleted_recipient_t* in_result);
  • Family: Row field accessors
  • Return type: const char*

Purpose

Returns the counterparty id confirmed by a successful Revolut delete-recipient operation.

The success result does not include provider warnings or the deleted counterparty's account list. The C API cannot prove a multi-account deletion from this result alone.

Return

Returns the requested borrowed pointer, or NULL when it is not available.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_resultinputconst gln_revolut_deleted_recipient_t*nonnullborrowed

See Also