Class: Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit::Debit
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit::Debit
- Defined in:
- lib/lithic/models/transfer_limits_response.rb,
sig/lithic/models/transfer_limits_response.rbs
Overview
Instance Attribute Summary collapse
-
#amount_originated ⇒ Integer?
Amount originated towards limit.
-
#limit ⇒ Integer
The limit amount.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
157 |
# File 'sig/lithic/models/transfer_limits_response.rbs', line 157
def initialize: (
|
Instance Attribute Details
#amount_originated ⇒ Integer?
Amount originated towards limit
195 |
# File 'lib/lithic/models/transfer_limits_response.rb', line 195 optional :amount_originated, Integer, nil?: true |
#limit ⇒ Integer
The limit amount
189 |
# File 'lib/lithic/models/transfer_limits_response.rb', line 189 required :limit, Integer |
Instance Method Details
#to_hash ⇒ { limit: Integer, amount_originated: Integer? }
162 |
# File 'sig/lithic/models/transfer_limits_response.rbs', line 162
def to_hash: -> { limit: Integer, amount_originated: Integer? }
|