Class: Lithic::Models::TokenizationTwoFactorAuthenticationCodeWebhookEvent

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb

Defined Under Namespace

Classes: ActivationMethod

Instance Attribute Summary collapse

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:, activation_method:, authentication_code:, card_token:, created:, tokenization_token:, event_type: :"tokenization.two_factor_authentication_code") ⇒ Object



# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 48


Instance Attribute Details

#account_tokenString

Unique identifier for the user tokenizing a card



10
# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 10

required :account_token, String

#activation_methodLithic::Models::TokenizationTwoFactorAuthenticationCodeWebhookEvent::ActivationMethod



15
16
# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 15

required :activation_method,
-> { Lithic::TokenizationTwoFactorAuthenticationCodeWebhookEvent::ActivationMethod }

#authentication_codeString

Authentication code to provide to the user tokenizing a card.



22
# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 22

required :authentication_code, String

#card_tokenString

Unique identifier for the card being tokenized



28
# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 28

required :card_token, String

#createdTime

Indicate when the request was received from Mastercard or Visa



34
# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 34

required :created, Time

#event_typeSymbol, :"tokenization.two_factor_authentication_code"

The type of event that occurred.



40
# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 40

required :event_type, const: :"tokenization.two_factor_authentication_code"

#tokenization_tokenString

Unique identifier for the tokenization



46
# File 'lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb', line 46

required :tokenization_token, String