Module: ModernTreasury::Models::BulkResult::EntityType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/modern_treasury/models/bulk_result.rb,
sig/modern_treasury/models/bulk_result.rbs
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
Constant Summary collapse
- PAYMENT_ORDER =
:payment_order- LEDGER_ACCOUNT =
:ledger_account- LEDGER_TRANSACTION =
:ledger_transaction- EXPECTED_PAYMENT =
:expected_payment- TRANSACTION =
:transaction- ENTITY_LINK =
:entity_link- TRANSACTION_LINE_ITEM =
:transaction_line_item- BULK_ERROR =
:bulk_error
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[ModernTreasury::Models::BulkResult::entity_type]
177 |
# File 'sig/modern_treasury/models/bulk_result.rbs', line 177
def self?.values: -> ::Array[ModernTreasury::Models::BulkResult::entity_type]
|