class Braintree::GrantedPaymentInstrumentUpdate

Attributes

grant_owner_merchant_id[R]
grant_recipient_merchant_id[R]
payment_method_nonce[R]
token[R]
updated_fields[R]

Public Class Methods

_new(*args) click to toggle source
# File lib/braintree/granted_payment_instrument_update.rb, line 18
def _new(*args)
  self.new(*args)
end

Protected Class Methods

new(attributes) click to toggle source
# File lib/braintree/granted_payment_instrument_update.rb, line 11
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
  @payment_method_nonce = attributes[:payment_method_nonce][:nonce]
end