Module: ModernTreasury::Models::BulkResult::EntityType

Extended by:
Internal::Type::Enum
Defined in:
lib/modern_treasury/models/bulk_result.rb

Overview

The type of the result entity object. For a successful bulk result, this is the same as the ‘resource_type` of the bulk request. For a failed bulk result, this is always bulk_error

See Also:

Constant Summary collapse

PAYMENT_ORDER =
:payment_order
LEDGER_ACCOUNT =
:ledger_account
LEDGER_TRANSACTION =
:ledger_transaction
EXPECTED_PAYMENT =
:expected_payment
TRANSACTION =
:transaction
:entity_link
TRANSACTION_LINE_ITEM =
:transaction_line_item
BULK_ERROR =
:bulk_error

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