class Braintree::Transaction::AddressDetails
Attributes
company[R]
country_code_alpha2[R]
country_code_alpha3[R]
country_code_numeric[R]
country_name[R]
extended_address[R]
first_name[R]
id[R]
last_name[R]
locality[R]
phone_number[R]
postal_code[R]
region[R]
shipping_method[R]
street_address[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/braintree/transaction/address_details.rb, line 32 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end