Class: EBay::SellingManagerSoldOrderType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingManagerSoldOrderType

sellingManagerSoldTransaction - EBay::SellingManagerSoldTransactionType
shippingAddress - EBay::AddressType
shippingDetails - EBay::ShippingDetailsType
cashOnDeliveryCost - EBay::AmountType
totalAmount - EBay::AmountType
totalQuantity - SOAP::SOAPInt
itemCost - EBay::AmountType
vATRate - EBay::VATRateType
netInsuranceFee - EBay::AmountType
vATInsuranceFee - EBay::AmountType
vATShippingFee - EBay::AmountType
netShippingFee - EBay::AmountType
netTotalAmount - EBay::AmountType
vATTotalAmount - EBay::AmountType
actualShippingCost - EBay::AmountType
adjustmentAmount - EBay::AmountType
notesToBuyer - SOAP::SOAPString
notesFromBuyer - SOAP::SOAPString
notesToSeller - SOAP::SOAPString
orderStatus - EBay::SellingManagerOrderStatusType
unpaidItemStatus - EBay::UnpaidItemStatusTypeCodeType
salePrice - EBay::AmountType
emailsSent - SOAP::SOAPInt
daysSinceSale - SOAP::SOAPInt
buyerID - SOAP::SOAPString
buyerEmail - SOAP::SOAPString
saleRecordID - SOAP::SOAPLong
creationTime - SOAP::SOAPDateTime
refundAmount - EBay::AmountType
refundStatus - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sellingManagerSoldTransaction = [], shippingAddress = nil, shippingDetails = nil, cashOnDeliveryCost = nil, totalAmount = nil, totalQuantity = nil, itemCost = nil, vATRate = [], netInsuranceFee = nil, vATInsuranceFee = nil, vATShippingFee = nil, netShippingFee = nil, netTotalAmount = nil, vATTotalAmount = nil, actualShippingCost = nil, adjustmentAmount = nil, notesToBuyer = nil, notesFromBuyer = nil, notesToSeller = nil, orderStatus = nil, unpaidItemStatus = nil, salePrice = nil, emailsSent = nil, daysSinceSale = nil, buyerID = nil, buyerEmail = nil, saleRecordID = nil, creationTime = nil, refundAmount = nil, refundStatus = nil) ⇒ SellingManagerSoldOrderType

Returns a new instance of SellingManagerSoldOrderType.



32017
32018
32019
32020
32021
32022
32023
32024
32025
32026
32027
32028
32029
32030
32031
32032
32033
32034
32035
32036
32037
32038
32039
32040
32041
32042
32043
32044
32045
32046
32047
32048
32049
# File 'lib/eBay.rb', line 32017

def initialize(sellingManagerSoldTransaction = [], shippingAddress = nil, shippingDetails = nil, cashOnDeliveryCost = nil, totalAmount = nil, totalQuantity = nil, itemCost = nil, vATRate = [], netInsuranceFee = nil, vATInsuranceFee = nil, vATShippingFee = nil, netShippingFee = nil, netTotalAmount = nil, vATTotalAmount = nil, actualShippingCost = nil, adjustmentAmount = nil, notesToBuyer = nil, notesFromBuyer = nil, notesToSeller = nil, orderStatus = nil, unpaidItemStatus = nil, salePrice = nil, emailsSent = nil, daysSinceSale = nil, buyerID = nil, buyerEmail = nil, saleRecordID = nil, creationTime = nil, refundAmount = nil, refundStatus = nil)
  @sellingManagerSoldTransaction = sellingManagerSoldTransaction
  @shippingAddress = shippingAddress
  @shippingDetails = shippingDetails
  @cashOnDeliveryCost = cashOnDeliveryCost
  @totalAmount = totalAmount
  @totalQuantity = totalQuantity
  @itemCost = itemCost
  @vATRate = vATRate
  @netInsuranceFee = netInsuranceFee
  @vATInsuranceFee = vATInsuranceFee
  @vATShippingFee = vATShippingFee
  @netShippingFee = netShippingFee
  @netTotalAmount = netTotalAmount
  @vATTotalAmount = vATTotalAmount
  @actualShippingCost = actualShippingCost
  @adjustmentAmount = adjustmentAmount
  @notesToBuyer = notesToBuyer
  @notesFromBuyer = notesFromBuyer
  @notesToSeller = notesToSeller
  @orderStatus = orderStatus
  @unpaidItemStatus = unpaidItemStatus
  @salePrice = salePrice
  @emailsSent = emailsSent
  @daysSinceSale = daysSinceSale
  @buyerID = buyerID
  @buyerEmail = buyerEmail
  @saleRecordID = saleRecordID
  @creationTime = creationTime
  @refundAmount = refundAmount
  @refundStatus = refundStatus
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



32011
32012
32013
# File 'lib/eBay.rb', line 32011

def __xmlele_any
  @__xmlele_any
end

#actualShippingCostObject

Returns the value of attribute actualShippingCost.



31995
31996
31997
# File 'lib/eBay.rb', line 31995

def actualShippingCost
  @actualShippingCost
end

#adjustmentAmountObject

Returns the value of attribute adjustmentAmount.



31996
31997
31998
# File 'lib/eBay.rb', line 31996

def adjustmentAmount
  @adjustmentAmount
end

#buyerEmailObject

Returns the value of attribute buyerEmail.



32006
32007
32008
# File 'lib/eBay.rb', line 32006

def buyerEmail
  @buyerEmail
end

#buyerIDObject

Returns the value of attribute buyerID.



32005
32006
32007
# File 'lib/eBay.rb', line 32005

def buyerID
  @buyerID
end

#cashOnDeliveryCostObject

Returns the value of attribute cashOnDeliveryCost.



31984
31985
31986
# File 'lib/eBay.rb', line 31984

def cashOnDeliveryCost
  @cashOnDeliveryCost
end

#creationTimeObject

Returns the value of attribute creationTime.



32008
32009
32010
# File 'lib/eBay.rb', line 32008

def creationTime
  @creationTime
end

#daysSinceSaleObject

Returns the value of attribute daysSinceSale.



32004
32005
32006
# File 'lib/eBay.rb', line 32004

def daysSinceSale
  @daysSinceSale
end

#emailsSentObject

Returns the value of attribute emailsSent.



32003
32004
32005
# File 'lib/eBay.rb', line 32003

def emailsSent
  @emailsSent
end

#itemCostObject

Returns the value of attribute itemCost.



31987
31988
31989
# File 'lib/eBay.rb', line 31987

def itemCost
  @itemCost
end

#netInsuranceFeeObject

Returns the value of attribute netInsuranceFee.



31989
31990
31991
# File 'lib/eBay.rb', line 31989

def netInsuranceFee
  @netInsuranceFee
end

#netShippingFeeObject

Returns the value of attribute netShippingFee.



31992
31993
31994
# File 'lib/eBay.rb', line 31992

def netShippingFee
  @netShippingFee
end

#netTotalAmountObject

Returns the value of attribute netTotalAmount.



31993
31994
31995
# File 'lib/eBay.rb', line 31993

def netTotalAmount
  @netTotalAmount
end

#notesFromBuyerObject

Returns the value of attribute notesFromBuyer.



31998
31999
32000
# File 'lib/eBay.rb', line 31998

def notesFromBuyer
  @notesFromBuyer
end

#notesToBuyerObject

Returns the value of attribute notesToBuyer.



31997
31998
31999
# File 'lib/eBay.rb', line 31997

def notesToBuyer
  @notesToBuyer
end

#notesToSellerObject

Returns the value of attribute notesToSeller.



31999
32000
32001
# File 'lib/eBay.rb', line 31999

def notesToSeller
  @notesToSeller
end

#orderStatusObject

Returns the value of attribute orderStatus.



32000
32001
32002
# File 'lib/eBay.rb', line 32000

def orderStatus
  @orderStatus
end

#refundAmountObject

Returns the value of attribute refundAmount.



32009
32010
32011
# File 'lib/eBay.rb', line 32009

def refundAmount
  @refundAmount
end

#refundStatusObject

Returns the value of attribute refundStatus.



32010
32011
32012
# File 'lib/eBay.rb', line 32010

def refundStatus
  @refundStatus
end

#salePriceObject

Returns the value of attribute salePrice.



32002
32003
32004
# File 'lib/eBay.rb', line 32002

def salePrice
  @salePrice
end

#saleRecordIDObject

Returns the value of attribute saleRecordID.



32007
32008
32009
# File 'lib/eBay.rb', line 32007

def saleRecordID
  @saleRecordID
end

#sellingManagerSoldTransactionObject

Returns the value of attribute sellingManagerSoldTransaction.



31981
31982
31983
# File 'lib/eBay.rb', line 31981

def sellingManagerSoldTransaction
  @sellingManagerSoldTransaction
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



31982
31983
31984
# File 'lib/eBay.rb', line 31982

def shippingAddress
  @shippingAddress
end

#shippingDetailsObject

Returns the value of attribute shippingDetails.



31983
31984
31985
# File 'lib/eBay.rb', line 31983

def shippingDetails
  @shippingDetails
end

#totalAmountObject

Returns the value of attribute totalAmount.



31985
31986
31987
# File 'lib/eBay.rb', line 31985

def totalAmount
  @totalAmount
end

#totalQuantityObject

Returns the value of attribute totalQuantity.



31986
31987
31988
# File 'lib/eBay.rb', line 31986

def totalQuantity
  @totalQuantity
end

#unpaidItemStatusObject

Returns the value of attribute unpaidItemStatus.



32001
32002
32003
# File 'lib/eBay.rb', line 32001

def unpaidItemStatus
  @unpaidItemStatus
end

#vATInsuranceFeeObject

Returns the value of attribute vATInsuranceFee.



31990
31991
31992
# File 'lib/eBay.rb', line 31990

def vATInsuranceFee
  @vATInsuranceFee
end

#vATRateObject

Returns the value of attribute vATRate.



31988
31989
31990
# File 'lib/eBay.rb', line 31988

def vATRate
  @vATRate
end

#vATShippingFeeObject

Returns the value of attribute vATShippingFee.



31991
31992
31993
# File 'lib/eBay.rb', line 31991

def vATShippingFee
  @vATShippingFee
end

#vATTotalAmountObject

Returns the value of attribute vATTotalAmount.



31994
31995
31996
# File 'lib/eBay.rb', line 31994

def vATTotalAmount
  @vATTotalAmount
end

Instance Method Details

#set_any(elements) ⇒ Object



32013
32014
32015
# File 'lib/eBay.rb', line 32013

def set_any(elements)
  @__xmlele_any = elements
end