Class: EBay::SellingManagerSoldTransactionType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingManagerSoldTransactionType

invoiceNumber - SOAP::SOAPString
transactionID - SOAP::SOAPLong
saleRecordID - SOAP::SOAPLong
itemID - (any)
quantitySold - SOAP::SOAPInt
itemPrice - EBay::AmountType
subtotalAmount - EBay::AmountType
itemTitle - SOAP::SOAPString
listingType - EBay::ListingTypeCodeType
relisted - SOAP::SOAPBoolean
watchCount - SOAP::SOAPInt
startPrice - EBay::AmountType
reservePrice - EBay::AmountType
secondChanceOfferSent - SOAP::SOAPBoolean
customLabel - SOAP::SOAPString
soldOn - EBay::TransactionPlatformCodeType
listedOn - EBay::TransactionPlatformCodeType
shipment - EBay::ShipmentType
charityListing - SOAP::SOAPBoolean
variation - EBay::VariationType
orderLineItemID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoiceNumber = nil, transactionID = nil, saleRecordID = nil, itemID = nil, quantitySold = nil, itemPrice = nil, subtotalAmount = nil, itemTitle = nil, listingType = nil, relisted = nil, watchCount = nil, startPrice = nil, reservePrice = nil, secondChanceOfferSent = nil, customLabel = nil, soldOn = nil, listedOn = [], shipment = nil, charityListing = nil, variation = nil, orderLineItemID = nil) ⇒ SellingManagerSoldTransactionType

Returns a new instance of SellingManagerSoldTransactionType.



32102
32103
32104
32105
32106
32107
32108
32109
32110
32111
32112
32113
32114
32115
32116
32117
32118
32119
32120
32121
32122
32123
32124
32125
# File 'lib/eBay.rb', line 32102

def initialize(invoiceNumber = nil, transactionID = nil, saleRecordID = nil, itemID = nil, quantitySold = nil, itemPrice = nil, subtotalAmount = nil, itemTitle = nil, listingType = nil, relisted = nil, watchCount = nil, startPrice = nil, reservePrice = nil, secondChanceOfferSent = nil, customLabel = nil, soldOn = nil, listedOn = [], shipment = nil, charityListing = nil, variation = nil, orderLineItemID = nil)
  @invoiceNumber = invoiceNumber
  @transactionID = transactionID
  @saleRecordID = saleRecordID
  @itemID = itemID
  @quantitySold = quantitySold
  @itemPrice = itemPrice
  @subtotalAmount = subtotalAmount
  @itemTitle = itemTitle
  @listingType = listingType
  @relisted = relisted
  @watchCount = watchCount
  @startPrice = startPrice
  @reservePrice = reservePrice
  @secondChanceOfferSent = secondChanceOfferSent
  @customLabel = customLabel
  @soldOn = soldOn
  @listedOn = listedOn
  @shipment = shipment
  @charityListing = charityListing
  @variation = variation
  @orderLineItemID = orderLineItemID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



32096
32097
32098
# File 'lib/eBay.rb', line 32096

def __xmlele_any
  @__xmlele_any
end

#charityListingObject

Returns the value of attribute charityListing.



32093
32094
32095
# File 'lib/eBay.rb', line 32093

def charityListing
  @charityListing
end

#customLabelObject

Returns the value of attribute customLabel.



32089
32090
32091
# File 'lib/eBay.rb', line 32089

def customLabel
  @customLabel
end

#invoiceNumberObject

Returns the value of attribute invoiceNumber.



32075
32076
32077
# File 'lib/eBay.rb', line 32075

def invoiceNumber
  @invoiceNumber
end

#itemIDObject

Returns the value of attribute itemID.



32078
32079
32080
# File 'lib/eBay.rb', line 32078

def itemID
  @itemID
end

#itemPriceObject

Returns the value of attribute itemPrice.



32080
32081
32082
# File 'lib/eBay.rb', line 32080

def itemPrice
  @itemPrice
end

#itemTitleObject

Returns the value of attribute itemTitle.



32082
32083
32084
# File 'lib/eBay.rb', line 32082

def itemTitle
  @itemTitle
end

#listedOnObject

Returns the value of attribute listedOn.



32091
32092
32093
# File 'lib/eBay.rb', line 32091

def listedOn
  @listedOn
end

#listingTypeObject

Returns the value of attribute listingType.



32083
32084
32085
# File 'lib/eBay.rb', line 32083

def listingType
  @listingType
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



32095
32096
32097
# File 'lib/eBay.rb', line 32095

def orderLineItemID
  @orderLineItemID
end

#quantitySoldObject

Returns the value of attribute quantitySold.



32079
32080
32081
# File 'lib/eBay.rb', line 32079

def quantitySold
  @quantitySold
end

#relistedObject

Returns the value of attribute relisted.



32084
32085
32086
# File 'lib/eBay.rb', line 32084

def relisted
  @relisted
end

#reservePriceObject

Returns the value of attribute reservePrice.



32087
32088
32089
# File 'lib/eBay.rb', line 32087

def reservePrice
  @reservePrice
end

#saleRecordIDObject

Returns the value of attribute saleRecordID.



32077
32078
32079
# File 'lib/eBay.rb', line 32077

def saleRecordID
  @saleRecordID
end

#secondChanceOfferSentObject

Returns the value of attribute secondChanceOfferSent.



32088
32089
32090
# File 'lib/eBay.rb', line 32088

def secondChanceOfferSent
  @secondChanceOfferSent
end

#shipmentObject

Returns the value of attribute shipment.



32092
32093
32094
# File 'lib/eBay.rb', line 32092

def shipment
  @shipment
end

#soldOnObject

Returns the value of attribute soldOn.



32090
32091
32092
# File 'lib/eBay.rb', line 32090

def soldOn
  @soldOn
end

#startPriceObject

Returns the value of attribute startPrice.



32086
32087
32088
# File 'lib/eBay.rb', line 32086

def startPrice
  @startPrice
end

#subtotalAmountObject

Returns the value of attribute subtotalAmount.



32081
32082
32083
# File 'lib/eBay.rb', line 32081

def subtotalAmount
  @subtotalAmount
end

#transactionIDObject

Returns the value of attribute transactionID.



32076
32077
32078
# File 'lib/eBay.rb', line 32076

def transactionID
  @transactionID
end

#variationObject

Returns the value of attribute variation.



32094
32095
32096
# File 'lib/eBay.rb', line 32094

def variation
  @variation
end

#watchCountObject

Returns the value of attribute watchCount.



32085
32086
32087
# File 'lib/eBay.rb', line 32085

def watchCount
  @watchCount
end

Instance Method Details

#set_any(elements) ⇒ Object



32098
32099
32100
# File 'lib/eBay.rb', line 32098

def set_any(elements)
  @__xmlele_any = elements
end