Class: Lithic::Models::CardWebProvisionParams

Inherits:
Internal::Type::BaseModel show all
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

Attributes included from Internal::Type::RequestParameters

#request_options

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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.

Parameters:

  • client_device_id (String) (defaults to: nil)

    Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provision

  • client_wallet_account_id (String) (defaults to: nil)

    Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provision

  • digital_wallet (Symbol, Lithic::Models::CardWebProvisionParams::DigitalWallet) (defaults to: nil)

    Name of digital wallet provider.

  • server_session_id (String) (defaults to: nil)

    Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provision

  • request_options (Lithic::RequestOptions, Hash{Symbol=>Object}) (defaults to: {})


# File 'lib/lithic/models/card_web_provision_params.rb', line 37


Instance Attribute Details

#client_device_idString?

Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provisioning device identifier required for the tokenization flow

Returns:

  • (String, nil)


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

optional :client_device_id, String

#client_wallet_account_idString?

Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provisioning wallet account identifier required for the tokenization flow

Returns:

  • (String, nil)


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

optional :client_wallet_account_id, String

#digital_walletSymbol, ...

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_idString?

Only applicable if ‘digital_wallet` is GOOGLE_PAY. Google Pay Web Push Provisioning session identifier required for the FPAN flow.

Returns:

  • (String, nil)


35
# File 'lib/lithic/models/card_web_provision_params.rb', line 35

optional :server_session_id, String