Class: Vantiv::Api::CardholderAuthentication

Inherits:
Object
  • Object
show all
Defined in:
lib/vantiv/api/cardholder_authentication.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(authentication_value:) ⇒ CardholderAuthentication

Returns a new instance of CardholderAuthentication.



6
7
8
# File 'lib/vantiv/api/cardholder_authentication.rb', line 6

def initialize(authentication_value:)
  @authentication_value = authentication_value
end

Instance Attribute Details

#authentication_valueObject

Returns the value of attribute authentication_value.



4
5
6
# File 'lib/vantiv/api/cardholder_authentication.rb', line 4

def authentication_value
  @authentication_value
end