class Transbank::Webpay::Oneclick::MallInscriptionFinishResponse

Constants

FIELDS

Public Class Methods

new(json) click to toggle source
# File lib/transbank/sdk/oneclick/inscription/responses/mall_inscription_finish_response.rb, line 8
def initialize(json)
  FIELDS.each {|field| send("#{field}=", json["#{field}"]) }
end