Module: Increase::Models::InboundACHTransfer::InternationalAddenda::ForeignExchangeIndicator

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/inbound_ach_transfer.rb

Overview

A description of how the foreign exchange rate was calculated.

Constant Summary collapse

FIXED_TO_VARIABLE =

The originator chose an amount in their own currency. The settled amount in USD was converted using the exchange rate.

:fixed_to_variable
VARIABLE_TO_FIXED =

The originator chose an amount to settle in USD. The originator’s amount was variable; known only after the foreign exchange conversion.

:variable_to_fixed
FIXED_TO_FIXED =

The amount was originated and settled as a fixed amount in USD. There is no foreign exchange conversion.

:fixed_to_fixed

Method Summary

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