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

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

Overview

The type of report to generate.

Constant Summary collapse

PAYMENTS_CREATED_CURRENT =

Returns:

  • (:"payments.created.current")
:"payments.created.current"
PAYMENTS_CREATED_PREVIOUS =

Returns:

  • (:"payments.created.previous")
:"payments.created.previous"
PAYMENTS_CREATED_PREVIOUS_DAY =

Returns:

  • (:"payments.created.previous_day")
:"payments.created.previous_day"
PAYMENTS_UPDATED_CURRENT =

Returns:

  • (:"payments.updated.current")
:"payments.updated.current"
PAYMENTS_UPDATED_PREVIOUS =

Returns:

  • (:"payments.updated.previous")
:"payments.updated.previous"
PAYMENTS_FAILED_PREVIOUS_DAY =

Returns:

  • (:"payments.failed.previous_day")
:"payments.failed.previous_day"
ACH_PULL_UPCOMING =

Returns:

  • (:"ach.pull.upcoming")
:"ach.pull.upcoming"
ACH_PULL_PREVIOUS =

Returns:

  • (:"ach.pull.previous")
:"ach.pull.previous"
ACH_PULL_NIGHTLY =

Returns:

  • (:"ach.pull.nightly")
:"ach.pull.nightly"
ACH_REVERSALS_NIGHTLY =

Returns:

  • (:"ach.reversals.nightly")
:"ach.reversals.nightly"
ACH_DEBIT_DAILY =

Returns:

  • (:"ach.debit.daily")
:"ach.debit.daily"
ENTITIES_CREATED_PREVIOUS_DAY =

Returns:

  • (:"entities.created.previous_day")
:"entities.created.previous_day"
RESERVE_FBO_BALANCE_CREATED_PREVIOUS_DAY =

Returns:

  • (:"reserve_fbo_balance.created.previous_day")
:"reserve_fbo_balance.created.previous_day"

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[MethodRuby::Models::ReportCreateParams::type_]

Returns:

  • (::Array[MethodRuby::Models::ReportCreateParams::type_])


69
# File 'sig/method_ruby/models/report_create_params.rbs', line 69

def self?.values: -> ::Array[MethodRuby::Models::ReportCreateParams::type_]