Class: PaynetEasy::PaynetEasyApi::PaymentData::BillingAddress

Inherits:
Data
  • Object
show all
Defined in:
lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Data

#initialize

Constructor Details

This class inherits a constructor from PaynetEasy::PaynetEasyApi::PaymentData::Data

Instance Attribute Details

#cell_phoneObject

Customer’s full international cell phone number, including country code.



39
40
41
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 39

def cell_phone
  @cell_phone
end

#cityObject

Customer’s city



13
14
15
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 13

def city
  @city
end

#countryObject

Customer’s country (two-letter country code)



29
30
31
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 29

def country
  @country
end

#first_lineObject

Customer’s address line 1



8
9
10
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 8

def first_line
  @first_line
end

#phoneObject

Customer’s full international phone number, including country code.



34
35
36
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 34

def phone
  @phone
end

#stateObject

Customer’s state (two-letter US state code). Not applicable outside the US.



19
20
21
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 19

def state
  @state
end

#zip_codeObject

Customer’s ZIP code



24
25
26
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 24

def zip_code
  @zip_code
end