Class: Aws::Types::DynamicCardVerificationValue
- Inherits:
-
Object
- Object
- Aws::Types::DynamicCardVerificationValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_transaction_counter ⇒ ::String
Returns the value of attribute application_transaction_counter.
-
#card_expiry_date ⇒ ::String
Returns the value of attribute card_expiry_date.
-
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#application_transaction_counter ⇒ ::String
Returns the value of attribute application_transaction_counter.
262 263 264 |
# File 'sig/types.rbs', line 262 def application_transaction_counter @application_transaction_counter end |
#card_expiry_date ⇒ ::String
Returns the value of attribute card_expiry_date.
260 261 262 |
# File 'sig/types.rbs', line 260 def card_expiry_date @card_expiry_date end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
259 260 261 |
# File 'sig/types.rbs', line 259 def pan_sequence_number @pan_sequence_number end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
261 262 263 |
# File 'sig/types.rbs', line 261 def service_code @service_code end |