Class: EBay::CheckoutOrderDetailType
- Inherits:
-
Object
- Object
- EBay::CheckoutOrderDetailType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCheckoutOrderDetailType
totalCartMerchandiseCost - EBay::AmountType
totalCartShippingCost - EBay::AmountType
totalTaxAmount - EBay::AmountType
totalAmount - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
-
#totalCartMerchandiseCost ⇒ Object
Returns the value of attribute totalCartMerchandiseCost.
-
#totalCartShippingCost ⇒ Object
Returns the value of attribute totalCartShippingCost.
-
#totalTaxAmount ⇒ Object
Returns the value of attribute totalTaxAmount.
Instance Method Summary collapse
-
#initialize(totalCartMerchandiseCost = nil, totalCartShippingCost = nil, totalTaxAmount = nil, totalAmount = nil) ⇒ CheckoutOrderDetailType
constructor
A new instance of CheckoutOrderDetailType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(totalCartMerchandiseCost = nil, totalCartShippingCost = nil, totalTaxAmount = nil, totalAmount = nil) ⇒ CheckoutOrderDetailType
Returns a new instance of CheckoutOrderDetailType.
22778 22779 22780 22781 22782 22783 22784 |
# File 'lib/eBay.rb', line 22778 def initialize(totalCartMerchandiseCost = nil, totalCartShippingCost = nil, totalTaxAmount = nil, totalAmount = nil) @totalCartMerchandiseCost = totalCartMerchandiseCost @totalCartShippingCost = totalCartShippingCost @totalTaxAmount = totalTaxAmount @totalAmount = totalAmount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22772 22773 22774 |
# File 'lib/eBay.rb', line 22772 def __xmlele_any @__xmlele_any end |
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
22771 22772 22773 |
# File 'lib/eBay.rb', line 22771 def totalAmount @totalAmount end |
#totalCartMerchandiseCost ⇒ Object
Returns the value of attribute totalCartMerchandiseCost.
22768 22769 22770 |
# File 'lib/eBay.rb', line 22768 def totalCartMerchandiseCost @totalCartMerchandiseCost end |
#totalCartShippingCost ⇒ Object
Returns the value of attribute totalCartShippingCost.
22769 22770 22771 |
# File 'lib/eBay.rb', line 22769 def totalCartShippingCost @totalCartShippingCost end |
#totalTaxAmount ⇒ Object
Returns the value of attribute totalTaxAmount.
22770 22771 22772 |
# File 'lib/eBay.rb', line 22770 def totalTaxAmount @totalTaxAmount end |
Instance Method Details
#set_any(elements) ⇒ Object
22774 22775 22776 |
# File 'lib/eBay.rb', line 22774 def set_any(elements) @__xmlele_any = elements end |