Module: Increase::Models::WireDrawdownRequestCreateParams::ChargeBearer

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/wire_drawdown_request_create_params.rb,
sig/increase/models/wire_drawdown_request_create_params.rbs

Overview

Determines who bears the cost of the drawdown request. Defaults to shared if not specified.

Constant Summary collapse

SHARED =

Charges are shared between the debtor and creditor.

:shared
DEBTOR =

Charges are borne by the debtor.

:debtor
CREDITOR =

Charges are borne by the creditor.

:creditor
SERVICE_LEVEL =

Charges are determined by the service level.

:service_level

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>



# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 254


Instance Method Details

#self?.values::Array[Increase::Models::WireDrawdownRequestCreateParams::charge_bearer]



205
# File 'sig/increase/models/wire_drawdown_request_create_params.rbs', line 205

def self?.values: -> ::Array[Increase::Models::WireDrawdownRequestCreateParams::charge_bearer]