Class: Ebay::Requests::SetCart

Inherits:
Abstract show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/requests/set_cart.rb

Overview

Attributes

object_node :affiliate_tracking_details, 'AffiliateTrackingDetails', :class => AffiliateTrackingDetails, :optional => true
numeric_node :cart_id, 'CartID', :optional => true
object_node :shipping_address, 'ShippingAddress', :class => Address, :optional => true
object_node :checkout_complete_redirect, 'CheckoutCompleteRedirect', :class => CheckoutCompleteRedirect, :optional => true
array_node :cart_items, 'CartItemArray', 'CartItem', :class => CartItem, :default_value => []

Instance Attribute Summary

Attributes inherited from Base

#auth_token

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type