Class: Lithic::Models::DigitalWalletTokenizationUpdatedWebhookEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::DigitalWalletTokenizationUpdatedWebhookEvent
- Defined in:
- lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb
Instance Attribute Summary collapse
-
#account_token ⇒ String
Account token.
-
#card_token ⇒ String
Card token.
-
#created ⇒ Time
Created date.
-
#event_type ⇒ Symbol, :"digital_wallet.tokenization_updated"
The type of event that occurred.
- #tokenization ⇒ Lithic::Models::Tokenization
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(account_token:, card_token:, created:, tokenization:, event_type: :"digital_wallet.tokenization_updated") ⇒ Object
|
|
# File 'lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb', line 35
|
Instance Attribute Details
#account_token ⇒ String
Account token
10 |
# File 'lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb', line 10 required :account_token, String |
#card_token ⇒ String
Card token
16 |
# File 'lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb', line 16 required :card_token, String |
#created ⇒ Time
Created date
22 |
# File 'lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb', line 22 required :created, Time |
#event_type ⇒ Symbol, :"digital_wallet.tokenization_updated"
The type of event that occurred.
28 |
# File 'lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb', line 28 required :event_type, const: :"digital_wallet.tokenization_updated" |
#tokenization ⇒ Lithic::Models::Tokenization
33 |
# File 'lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb', line 33 required :tokenization, -> { Lithic::Tokenization } |