You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
106
106
# {Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent} for more
107
107
# details.
@@ -114,6 +114,8 @@ class DigitalWalletTokenizationApprovalRequestWebhookEvent < Lithic::Internal::T
114
114
#
115
115
# @param customer_tokenization_decision [Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision, nil] Contains the metadata for the customer tokenization decision.
116
116
#
117
+
# @param digital_wallet_token_metadata [Lithic::Models::TokenMetadata] Contains the metadata for the digital wallet being tokenized.
118
+
#
117
119
# @param event_type [Symbol, Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::EventType] The name of this event
118
120
#
119
121
# @param issuer_decision [Symbol, Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::IssuerDecision] Whether Lithic decisioned on the token, and if so, what the decision was. APPROV
@@ -126,8 +128,6 @@ class DigitalWalletTokenizationApprovalRequestWebhookEvent < Lithic::Internal::T
126
128
#
127
129
# @param device [Lithic::Models::Device]
128
130
#
129
-
# @param digital_wallet_token_metadata [Lithic::Models::DigitalWalletTokenMetadata] Contains the metadata for the digital wallet being tokenized.
130
-
#
131
131
# @param rule_results [Array<Lithic::Models::TokenizationRuleResult>] Results from rules that were evaluated for this tokenization
132
132
#
133
133
# @param tokenization_decline_reasons [Array<Symbol, Lithic::Models::TokenizationDeclineReason>] List of reasons why the tokenization was declined
# Some parameter documentations has been truncated, see
39
-
# {Lithic::Models::DigitalWalletTokenMetadata} for more details.
39
+
# {Lithic::Models::TokenMetadata} for more details.
40
40
#
41
41
# Contains the metadata for the digital wallet being tokenized.
42
42
#
43
-
# @param payment_account_info [Lithic::Models::DigitalWalletTokenMetadata::PaymentAccountInfo] Contains the information of the account responsible for the payment.
43
+
# @param payment_account_info [Lithic::Models::TokenMetadata::PaymentAccountInfo] Contains the information of the account responsible for the payment.
44
44
#
45
45
# @param status [String] The current status of the digital wallet token. Pending or declined.
46
46
#
47
47
# @param payment_app_instance_id [String, nil] The identifier of the Payment App instance within a device that will be provisio
48
48
#
49
49
# @param token_requestor_id [String] The party that requested the digitization
50
50
#
51
-
# @param token_requestor_name [Symbol, Lithic::Models::DigitalWalletTokenMetadata::TokenRequestorName] Human-readable name of the wallet that the token_requestor_id maps to.
51
+
# @param token_requestor_name [Symbol, Lithic::Models::TokenMetadata::TokenRequestorName] Human-readable name of the wallet that the token_requestor_id maps to.
# Some parameter documentations has been truncated, see
84
-
# {Lithic::Models::DigitalWalletTokenMetadata::PaymentAccountInfo} for more
85
-
# details.
83
+
# {Lithic::Models::TokenMetadata::PaymentAccountInfo} for more details.
86
84
#
87
85
# Contains the information of the account responsible for the payment.
88
86
#
89
-
# @param account_holder_data [Lithic::Models::DigitalWalletTokenMetadata::PaymentAccountInfo::AccountHolderData] Additional information that can be used to identify the account holder, such as
87
+
# @param account_holder_data [Lithic::Models::TokenMetadata::PaymentAccountInfo::AccountHolderData] Additional information that can be used to identify the account holder, such as
90
88
#
91
89
# @param pan_unique_reference [String, nil] Reference to the PAN that is unique per Wallet Provider
92
90
#
93
91
# @param payment_account_reference [String, nil] The unique account reference assigned to the PAN
94
92
#
95
93
# @param token_unique_reference [String, nil] A unique reference assigned following the allocation of a token used to identify
# Some parameter documentations has been truncated, see
103
103
# {Lithic::Models::TokenizationApprovalRequestWebhookEvent} for more details.
104
104
#
@@ -114,6 +114,8 @@ class TokenizationApprovalRequestWebhookEvent < Lithic::Internal::Type::BaseMode
114
114
#
115
115
# @param issuer_decision [Symbol, Lithic::Models::TokenizationApprovalRequestWebhookEvent::IssuerDecision] Whether Lithic decisioned on the token, and if so, what the decision was. APPROV
116
116
#
117
+
# @param token_metadata [Lithic::Models::TokenMetadata] Contains the metadata for the digital wallet being tokenized.
118
+
#
117
119
# @param tokenization_channel [Symbol, Lithic::Models::TokenizationApprovalRequestWebhookEvent::TokenizationChannel] The channel through which the tokenization was made.
118
120
#
119
121
# @param tokenization_token [String] Unique identifier for the digital wallet token attempt
@@ -122,8 +124,6 @@ class TokenizationApprovalRequestWebhookEvent < Lithic::Internal::Type::BaseMode
122
124
#
123
125
# @param device [Lithic::Models::Device]
124
126
#
125
-
# @param digital_wallet_token_metadata [Lithic::Models::DigitalWalletTokenMetadata] Contains the metadata for the digital wallet being tokenized.
126
-
#
127
127
# @param rule_results [Array<Lithic::Models::TokenizationRuleResult>] Results from rules that were evaluated for this tokenization
128
128
#
129
129
# @param tokenization_decline_reasons [Array<Symbol, Lithic::Models::TokenizationDeclineReason>] List of reasons why the tokenization was declined
# Some parameter documentations has been truncated, see
75
75
# {Lithic::Models::TokenizationDecisioningRequestWebhookEvent} for more details.
76
76
#
@@ -82,6 +82,8 @@ class TokenizationDecisioningRequestWebhookEvent < Lithic::Internal::Type::BaseM
82
82
#
83
83
# @param created [Time] Indicate when the request was received from Mastercard or Visa
84
84
#
85
+
# @param digital_wallet_token_metadata [Lithic::Models::TokenMetadata] Contains the metadata for the digital wallet being tokenized.
86
+
#
85
87
# @param event_type [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::EventType] The name of this event
86
88
#
87
89
# @param issuer_decision [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::IssuerDecision] Whether Lithic decisioned on the token, and if so, what the decision was. APPROV
@@ -94,8 +96,6 @@ class TokenizationDecisioningRequestWebhookEvent < Lithic::Internal::Type::BaseM
94
96
#
95
97
# @param device [Lithic::Models::Device]
96
98
#
97
-
# @param digital_wallet_token_metadata [Lithic::Models::DigitalWalletTokenMetadata] Contains the metadata for the digital wallet being tokenized.
98
-
#
99
99
# @param tokenization_source [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::TokenizationSource] The source of the tokenization.
0 commit comments