class Braintree::AuthorizationAdjustment

Attributes

amount[R]
processor_response_code[R]
processor_response_text[R]
processor_response_type[R]
success[R]
timestamp[R]

Public Class Methods

_new(*args) click to toggle source
# File lib/braintree/authorization_adjustment.rb, line 14
def _new(*args)
  self.new(*args)
end
new(attributes) click to toggle source
# File lib/braintree/authorization_adjustment.rb, line 19
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
end