Class: Lithic::Models::CardWebProvisionResponse::GoogleWebPushProvisioningResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::CardWebProvisionResponse::GoogleWebPushProvisioningResponse
- Defined in:
- lib/lithic/models/card_web_provision_response.rb
Instance Attribute Summary collapse
-
#google_opc ⇒ String?
A base64 encoded and encrypted payload representing card data for the Google Pay UWPP FPAN flow.
-
#tsp_opc ⇒ String?
A base64 encoded and encrypted payload representing card data for the Google Pay UWPP tokenization flow.
Instance Method Summary collapse
-
#initialize(google_opc: nil, tsp_opc: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see GoogleWebPushProvisioningResponse for more details.
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(google_opc: nil, tsp_opc: nil) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::CardWebProvisionResponse::GoogleWebPushProvisioningResponse for more details.
|
|
# File 'lib/lithic/models/card_web_provision_response.rb', line 107
|
Instance Attribute Details
#google_opc ⇒ String?
A base64 encoded and encrypted payload representing card data for the Google Pay UWPP FPAN flow.
98 |
# File 'lib/lithic/models/card_web_provision_response.rb', line 98 optional :google_opc, String |
#tsp_opc ⇒ String?
A base64 encoded and encrypted payload representing card data for the Google Pay UWPP tokenization flow.
105 |
# File 'lib/lithic/models/card_web_provision_response.rb', line 105 optional :tsp_opc, String |