Class: BreadMachine::ThreeDSecureCredentials

Inherits:
Object
  • Object
show all
Defined in:
lib/breadmachine/dto/three_d_secure_credentials.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ThreeDSecureCredentials

Returns a new instance of ThreeDSecureCredentials.



7
8
9
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 7

def initialize(attributes = {})
  attributes.each { |key, value| send("#{key}=", value) }
end

Instance Attribute Details

#enrolledObject

Returns the value of attribute enrolled.



5
6
7
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5

def enrolled
  @enrolled
end

#mdObject

Returns the value of attribute md.



5
6
7
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5

def md
  @md
end

#pa_resObject

Returns the value of attribute pa_res.



5
6
7
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5

def pa_res
  @pa_res
end

#transaction_referenceObject

Returns the value of attribute transaction_reference.



5
6
7
# File 'lib/breadmachine/dto/three_d_secure_credentials.rb', line 5

def transaction_reference
  @transaction_reference
end