Class: CheckoutSdk::Tokens::GooglePayTokenData
- Inherits:
-
Object
- Object
- CheckoutSdk::Tokens::GooglePayTokenData
- Defined in:
- lib/checkout_sdk/tokens/google_pay_token_data.rb
Instance Attribute Summary collapse
Instance Attribute Details
#protocolVersion ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/tokens/google_pay_token_data.rb', line 11 class GooglePayTokenData attr_accessor :signature, :protocolVersion, :signedMessage end |
#signature ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/tokens/google_pay_token_data.rb', line 11 class GooglePayTokenData attr_accessor :signature, :protocolVersion, :signedMessage end |
#signedMessage ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/tokens/google_pay_token_data.rb', line 11 class GooglePayTokenData attr_accessor :signature, :protocolVersion, :signedMessage end |