Class: Ebay::Types::NonProfitAddress
- Inherits:
-
Object
- Object
- Ebay::Types::NonProfitAddress
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/non_profit_address.rb
Overview
Attributes
text_node :address_line1, 'AddressLine1', :optional => true
text_node :address_line2, 'AddressLine2', :optional => true
text_node :city, 'City', :optional => true
text_node :state, 'State', :optional => true
text_node :zip_code, 'ZipCode', :optional => true
numeric_node :latitude, 'Latitude', :optional => true
numeric_node :longitude, 'Longitude', :optional => true
text_node :address_type, 'AddressType', :optional => true
Method Summary
#initialize, #object_attributes=