Class: Ebay::Types::ShippingServiceDetails
- Inherits:
-
Object
- Object
- Ebay::Types::ShippingServiceDetails
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/shipping_service_details.rb
Overview
Attributes
text_node :description, 'Description', :optional => true
boolean_node :expedited_service, 'ExpeditedService', 'true', 'false', :optional => true
boolean_node :international_service, 'InternationalService', 'true', 'false', :optional => true
text_node :shipping_service, 'ShippingService', :optional => true
numeric_node :shipping_service_id, 'ShippingServiceID', :optional => true
numeric_node :shipping_time_max, 'ShippingTimeMax', :optional => true
numeric_node :shipping_time_min, 'ShippingTimeMin', :optional => true
text_node :shipping_service_code, 'ShippingServiceCode', :optional => true
Method Summary
#initialize, #object_attributes=