Class: CheckoutOrderDetailType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsCheckoutOrderDetailType

totalCartMerchandiseCost - AmountType
totalCartShippingCost - AmountType
totalTaxAmount - AmountType
totalAmount - 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.



18241
18242
18243
18244
18245
18246
18247
# File 'lib/eBay.rb', line 18241

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.



18235
18236
18237
# File 'lib/eBay.rb', line 18235

def __xmlele_any
  @__xmlele_any
end

#totalAmountObject

Returns the value of attribute totalAmount.



18234
18235
18236
# File 'lib/eBay.rb', line 18234

def totalAmount
  @totalAmount
end

#totalCartMerchandiseCostObject

Returns the value of attribute totalCartMerchandiseCost.



18231
18232
18233
# File 'lib/eBay.rb', line 18231

def totalCartMerchandiseCost
  @totalCartMerchandiseCost
end

#totalCartShippingCostObject

Returns the value of attribute totalCartShippingCost.



18232
18233
18234
# File 'lib/eBay.rb', line 18232

def totalCartShippingCost
  @totalCartShippingCost
end

#totalTaxAmountObject

Returns the value of attribute totalTaxAmount.



18233
18234
18235
# File 'lib/eBay.rb', line 18233

def totalTaxAmount
  @totalTaxAmount
end

Instance Method Details

#set_any(elements) ⇒ Object



18237
18238
18239
# File 'lib/eBay.rb', line 18237

def set_any(elements)
  @__xmlele_any = elements
end