class Transbank::Patpass::PatpassByWebpay::TransactionCreateResponse

Attributes

token[RW]
url[RW]

Public Class Methods

new(json) click to toggle source
# File lib/transbank/sdk/patpass/patpass_by_webpay/responses/transaction_create_response.rb, line 7
def initialize(json)
  self.token = json['token']
  self.url = json['url']
end