Module: MethodRuby::Models::ReportCreateParams::Type

Extended by:
Internal::Type::Enum
Defined in:
lib/method_ruby/models/report_create_params.rb

Overview

The type of report to generate.

Constant Summary collapse

PAYMENTS_CREATED_CURRENT =
:"payments.created.current"
PAYMENTS_CREATED_PREVIOUS =
:"payments.created.previous"
PAYMENTS_CREATED_PREVIOUS_DAY =
:"payments.created.previous_day"
PAYMENTS_UPDATED_CURRENT =
:"payments.updated.current"
PAYMENTS_UPDATED_PREVIOUS =
:"payments.updated.previous"
PAYMENTS_FAILED_PREVIOUS_DAY =
:"payments.failed.previous_day"
ACH_PULL_UPCOMING =
:"ach.pull.upcoming"
ACH_PULL_PREVIOUS =
:"ach.pull.previous"
ACH_PULL_NIGHTLY =
:"ach.pull.nightly"
ACH_REVERSALS_NIGHTLY =
:"ach.reversals.nightly"
ACH_DEBIT_DAILY =
:"ach.debit.daily"
ENTITIES_CREATED_PREVIOUS_DAY =
:"entities.created.previous_day"
RESERVE_FBO_BALANCE_CREATED_PREVIOUS_DAY =
:"reserve_fbo_balance.created.previous_day"

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