Class: Mercadopago::Order::Request::StoredCredentialRequest
- Inherits:
-
Data
- Object
- Data
- Mercadopago::Order::Request::StoredCredentialRequest
- Includes:
- HashConversion
- Defined in:
- lib/mercadopago/resources/order/request.rb
Overview
D2. stored_credential ==
Instance Attribute Summary collapse
-
#first_payment ⇒ Object
readonly
Returns the value of attribute first_payment.
-
#payment_initiator ⇒ Object
readonly
Returns the value of attribute payment_initiator.
-
#previous_transaction_reference ⇒ Object
readonly
Returns the value of attribute previous_transaction_reference.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#store_payment_method ⇒ Object
readonly
Returns the value of attribute store_payment_method.
Instance Method Summary collapse
-
#initialize(payment_initiator: nil, reason: nil, store_payment_method: nil, first_payment: nil, previous_transaction_reference: nil) ⇒ StoredCredentialRequest
constructor
A new instance of StoredCredentialRequest.
Methods included from HashConversion
Constructor Details
#initialize(payment_initiator: nil, reason: nil, store_payment_method: nil, first_payment: nil, previous_transaction_reference: nil) ⇒ StoredCredentialRequest
Returns a new instance of StoredCredentialRequest.
187 188 189 190 191 192 |
# File 'lib/mercadopago/resources/order/request.rb', line 187 def initialize( payment_initiator: nil, reason: nil, store_payment_method: nil, first_payment: nil, previous_transaction_reference: nil ) super end |
Instance Attribute Details
#first_payment ⇒ Object (readonly)
Returns the value of attribute first_payment
178 179 180 |
# File 'lib/mercadopago/resources/order/request.rb', line 178 def first_payment @first_payment end |
#payment_initiator ⇒ Object (readonly)
Returns the value of attribute payment_initiator
178 179 180 |
# File 'lib/mercadopago/resources/order/request.rb', line 178 def payment_initiator @payment_initiator end |
#previous_transaction_reference ⇒ Object (readonly)
Returns the value of attribute previous_transaction_reference
178 179 180 |
# File 'lib/mercadopago/resources/order/request.rb', line 178 def previous_transaction_reference @previous_transaction_reference end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
178 179 180 |
# File 'lib/mercadopago/resources/order/request.rb', line 178 def reason @reason end |
#store_payment_method ⇒ Object (readonly)
Returns the value of attribute store_payment_method
178 179 180 |
# File 'lib/mercadopago/resources/order/request.rb', line 178 def store_payment_method @store_payment_method end |