class Braintree::Merchant

Attributes

company_name[R]
country_code_alpha2[R]
country_code_alpha3[R]
country_code_numeric[R]
country_name[R]
email[R]
id[R]
merchant_accounts[R]

Public Class Methods

provision_raw_apple_pay() click to toggle source
# File lib/braintree/merchant.rb, line 30
def self.provision_raw_apple_pay
  Configuration.gateway.merchant.provision_raw_apple_pay
end