| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::CheckoutOrderDetailType
Details of the order for a checked out cart.
eBay::API::XML::DataType::CheckoutOrderDetailType inherits from the eBay::API::XML::BaseDataType class
The overall total cost (including item cost, shipping cost and taxes).
# Argument: 'ns:AmountType'
# Returns: 'ns:AmountType'
The total item cost of all items in the cart.
# Argument: 'ns:AmountType'
# Returns: 'ns:AmountType'
The total shipping cost of all items in the cart.
# Argument: 'ns:AmountType'
# Returns: 'ns:AmountType'
The total tax for all items in the cart.
# Argument: 'ns:AmountType'
# Returns: 'ns:AmountType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |