Class: MercadoPago::RefundAdvancedPayment
- Inherits:
-
BaseAction
- Object
- BaseAction
- MercadoPago::RefundAdvancedPayment
- Defined in:
- lib/mercado_pago/actions/refund_advanced_payment.rb
Instance Method Summary collapse
-
#initialize(payment_id) ⇒ RefundAdvancedPayment
constructor
A new instance of RefundAdvancedPayment.
Methods inherited from BaseAction
Constructor Details
#initialize(payment_id) ⇒ RefundAdvancedPayment
Returns a new instance of RefundAdvancedPayment.
4 5 6 7 |
# File 'lib/mercado_pago/actions/refund_advanced_payment.rb', line 4 def initialize(payment_id) super() self.payment_id = payment_id end |