Class: Lithic::Models::CardWebProvisionParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::CardWebProvisionParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/card_web_provision_params.rb
Overview
Defined Under Namespace
Modules: DigitalWallet
Instance Attribute Summary collapse
-
#client_device_id ⇒ String?
Only applicable if ‘digital_wallet` is GOOGLE_PAY.
-
#client_wallet_account_id ⇒ String?
Only applicable if ‘digital_wallet` is GOOGLE_PAY.
-
#digital_wallet ⇒ Symbol, ...
Name of digital wallet provider.
-
#server_session_id ⇒ String?
Only applicable if ‘digital_wallet` is GOOGLE_PAY.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(client_device_id: nil, client_wallet_account_id: nil, digital_wallet: nil, server_session_id: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see CardWebProvisionParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(client_device_id: nil, client_wallet_account_id: nil, digital_wallet: nil, server_session_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::CardWebProvisionParams for more details.
|
|
# File 'lib/lithic/models/card_web_provision_params.rb', line 37
|
Instance Attribute Details
#client_device_id ⇒ String?
Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provisioning device identifier required for the tokenization flow
15 |
# File 'lib/lithic/models/card_web_provision_params.rb', line 15 optional :client_device_id, String |
#client_wallet_account_id ⇒ String?
Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provisioning wallet account identifier required for the tokenization flow
22 |
# File 'lib/lithic/models/card_web_provision_params.rb', line 22 optional :client_wallet_account_id, String |
#digital_wallet ⇒ Symbol, ...
Name of digital wallet provider.
28 |
# File 'lib/lithic/models/card_web_provision_params.rb', line 28 optional :digital_wallet, enum: -> { Lithic::CardWebProvisionParams::DigitalWallet } |
#server_session_id ⇒ String?
Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provisioning session identifier required for the FPAN flow.
35 |
# File 'lib/lithic/models/card_web_provision_params.rb', line 35 optional :server_session_id, String |