class Braintree::ConnectedMerchantPayPalStatusChanged

Attributes

action[R]
merchant_id[R]
merchant_public_id[R]
oauth_application_client_id[R]

Protected Class Methods

new(attributes) click to toggle source
# File lib/braintree/connected_merchant_paypal_status_changed.rb, line 11
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
end