class MyMoip::PaymentSlipPayment

Public Instance Methods

to_json() click to toggle source
# File lib/mymoip/payments/payment_slip_payment.rb, line 4
def to_json
  json = {
    Forma: 'BoletoBancario'
  }

  json
end