Skip to content

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

GLN_API gln_status_t GLN_CALL gln_default_direct_debit_batch_request_header(
    gln_direct_debit_batch_request_header_t* out_value);
  • Family: Default initializers
  • Return type: gln_status_t

Purpose

Writes default values for gln_direct_debit_batch_request_header_t into the caller-allocated output slot, including the struct-size field where the type carries one.

The caller owns the output storage; this helper does not allocate, borrow, or retain any pointer. Fill or override fields after the call to describe the intended request.

Return

Returns GLN_OK on success and a non-OK gln_status_t value on failure.

TypeNullabilityOwnership
gln_status_tvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
out_valueoutputgln_direct_debit_batch_request_header_t*nonnullcaller_allocated_output

See Also