Class: Vantiv::Api::Address

Inherits:
Object
  • Object
show all
Defined in:
lib/vantiv/api/address.rb

Instance Attribute Summary collapse

Instance Attribute Details

#billing_address_1Object

Returns the value of attribute billing_address_1.



4
5
6
# File 'lib/vantiv/api/address.rb', line 4

def billing_address_1
  @billing_address_1
end

#billing_address_2Object

Returns the value of attribute billing_address_2.



4
5
6
# File 'lib/vantiv/api/address.rb', line 4

def billing_address_2
  @billing_address_2
end

#billing_cityObject

Returns the value of attribute billing_city.



4
5
6
# File 'lib/vantiv/api/address.rb', line 4

def billing_city
  @billing_city
end

#billing_countryObject

Returns the value of attribute billing_country.



4
5
6
# File 'lib/vantiv/api/address.rb', line 4

def billing_country
  @billing_country
end

#billing_nameObject

Returns the value of attribute billing_name.



4
5
6
# File 'lib/vantiv/api/address.rb', line 4

def billing_name
  @billing_name
end

#billing_stateObject

Returns the value of attribute billing_state.



4
5
6
# File 'lib/vantiv/api/address.rb', line 4

def billing_state
  @billing_state
end

#billing_zipcodeObject

Returns the value of attribute billing_zipcode.



4
5
6
# File 'lib/vantiv/api/address.rb', line 4

def billing_zipcode
  @billing_zipcode
end