class Braintree::Transaction::PaymentReceipt::MerchantAddress

Attributes

locality[R]
phone[R]
postal_code[R]
region[R]
street_address[R]

Public Class Methods

new(attributes) click to toggle source
# File lib/braintree/transaction/payment_receipt/merchant_address.rb, line 13
def initialize(attributes)
  set_instance_variables_from_hash attributes unless attributes.nil?
end