class Transbank::Webpay::Oneclick::MallInscriptionStartResponse
Attributes
token[RW]
url_webpay[RW]
Public Class Methods
new(json)
click to toggle source
# File lib/transbank/sdk/oneclick/inscription/responses/mall_inscription_start_response.rb, line 7 def initialize(json) @token = json['token'] @url_webpay = json['url_webpay'] end