Class: CheckoutSdk::NetworkTokens::NetworkTokenCryptogramRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::NetworkTokens::NetworkTokenCryptogramRequest
- Defined in:
- lib/checkout_sdk/network_tokens/network_token_cryptogram_request.rb
Overview
Request body for POST /network-tokens/network_token_id/cryptograms.
Instance Attribute Summary collapse
-
#transaction_type ⇒ String
One of “ecom”, “recurring”, “pos”, “aft”.
Instance Attribute Details
#transaction_type ⇒ String
Returns One of “ecom”, “recurring”, “pos”, “aft”.
9 10 11 |
# File 'lib/checkout_sdk/network_tokens/network_token_cryptogram_request.rb', line 9 class NetworkTokenCryptogramRequest attr_accessor :transaction_type end |