class Transbank::Webpay::WebpayPlus::MallTransactionCommitResponse

Constants

FIELDS

Public Class Methods

new(json) click to toggle source
# File lib/transbank/sdk/webpay/webpay_plus/mall/responses/mall_transaction_commit_response.rb, line 16
def initialize(json)
  FIELDS.each { |field| send("#{field}=", json["#{field}"])}
end