Module: Lithic::Models::PaymentListParams::Category
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/payment_list_params.rb
Constant Summary collapse
- ACH =
:ACH
Instance Method Summary collapse
-
#initialize(account_token: nil, begin_: nil, business_account_token: nil, category: nil, end_: nil, ending_before: nil, financial_account_token: nil, page_size: nil, result: nil, starting_after: nil, status: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::PaymentListParams for more details.
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
Instance Method Details
#initialize(account_token: nil, begin_: nil, business_account_token: nil, category: nil, end_: nil, ending_before: nil, financial_account_token: nil, page_size: nil, result: nil, starting_after: nil, status: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::PaymentListParams for more details.
102 103 104 105 106 107 108 109 |
# File 'lib/lithic/models/payment_list_params.rb', line 102 module Category extend Lithic::Internal::Type::Enum ACH = :ACH # @!method self.values # @return [Array<Symbol>] end |