Class: Increase::Models::DigitalWalletToken::Update
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::DigitalWalletToken::Update
- Defined in:
- lib/increase/models/digital_wallet_token.rb
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#status ⇒ Symbol, Increase::Models::DigitalWalletToken::Update::Status
The status the update changed this Digital Wallet Token to.
-
#timestamp ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the update happened.
Instance Method Summary collapse
-
#initialize(status: , timestamp: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see Update for more details.
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(status: , timestamp: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::DigitalWalletToken::Update for more details.
|
|
# File 'lib/increase/models/digital_wallet_token.rb', line 249
|
Instance Attribute Details
#status ⇒ Symbol, Increase::Models::DigitalWalletToken::Update::Status
The status the update changed this Digital Wallet Token to.
240 |
# File 'lib/increase/models/digital_wallet_token.rb', line 240 required :status, enum: -> { Increase::DigitalWalletToken::Update::Status } |
#timestamp ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the update happened.
247 |
# File 'lib/increase/models/digital_wallet_token.rb', line 247 required :timestamp, Time |