Class: EBay::CheckoutOrderDetailType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22772
22773
22774
# File 'lib/eBay.rb', line 22772

def __xmlele_any
  @__xmlele_any
end

#totalAmountObject

Returns the value of attribute totalAmount.



22771
22772
22773
# File 'lib/eBay.rb', line 22771

def totalAmount
  @totalAmount
end

#totalCartMerchandiseCostObject

Returns the value of attribute totalCartMerchandiseCost.



22768
22769
22770
# File 'lib/eBay.rb', line 22768

def totalCartMerchandiseCost
  @totalCartMerchandiseCost
end

#totalCartShippingCostObject

Returns the value of attribute totalCartShippingCost.



22769
22770
22771
# File 'lib/eBay.rb', line 22769

def totalCartShippingCost
  @totalCartShippingCost
end

#totalTaxAmountObject

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