Skip to content

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

GLN_API const gln_revolut_payment_draft_summary_t* GLN_CALL gln_get_revolut_payment_draft_summary(
    const gln_revolut_payment_draft_t* in_draft);
  • Family: Row field accessors
  • Return type: const gln_revolut_payment_draft_summary_t*

Purpose

Reads the summary field from a typed gln revolut payment draft t without taking ownership of the handle.

The ABI reports a nullable return, so callers should handle NULL defensively. When passed a valid non-null handle, required fields are expected to carry a value.

Return

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

TypeNullabilityOwnership
const gln_revolut_payment_draft_summary_t*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_draftinputconst gln_revolut_payment_draft_t*nonnullborrowed

See Also