NAME
eBay::API::XML::DataType::CheckoutOrderDetailType
DESCRIPTION
Details of the order for a checked out cart.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::CheckoutOrderDetailType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setTotalAmount()
The overall total cost (including item cost, shipping cost and taxes).
# Argument: 'ns:AmountType'
getTotalAmount()
# Returns: 'ns:AmountType'
setTotalCartMerchandiseCost()
The total item cost of all items in the cart.
# Argument: 'ns:AmountType'
getTotalCartMerchandiseCost()
# Returns: 'ns:AmountType'
setTotalCartShippingCost()
The total shipping cost of all items in the cart.
# Argument: 'ns:AmountType'
getTotalCartShippingCost()
# Returns: 'ns:AmountType'
setTotalTaxAmount()
The total tax for all items in the cart.
# Argument: 'ns:AmountType'
getTotalTaxAmount()
# Returns: 'ns:AmountType'