Class: FinanceOfferType

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

Overview

urn:ebay:apis:eBLBaseComponentsFinanceOfferType

Constant Summary collapse

@@schema_type =
"FinanceOfferType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["financeOfferID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FinanceOfferID")]],
  ["buyerTerms", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyerTerms")]],
  ["sellerTerms", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerTerms")]],
  ["startDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartDate")]],
  ["lastModifiedDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastModifiedDate")]],
  ["minimumAmount", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MinimumAmount")]],
  ["rateFactor", ["SOAP::SOAPDouble", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RateFactor")]],
  ["priority", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Priority")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(financeOfferID = nil, buyerTerms = nil, sellerTerms = nil, startDate = nil, lastModifiedDate = nil, minimumAmount = nil, rateFactor = nil, priority = nil) ⇒ FinanceOfferType

Returns a new instance of FinanceOfferType.



15852
15853
15854
15855
15856
15857
15858
15859
15860
15861
15862
# File 'lib/eBay.rb', line 15852

def initialize(financeOfferID = nil, buyerTerms = nil, sellerTerms = nil, startDate = nil, lastModifiedDate = nil, minimumAmount = nil, rateFactor = nil, priority = nil)
  @financeOfferID = financeOfferID
  @buyerTerms = buyerTerms
  @sellerTerms = sellerTerms
  @startDate = startDate
  @lastModifiedDate = lastModifiedDate
  @minimumAmount = minimumAmount
  @rateFactor = rateFactor
  @priority = priority
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15846
15847
15848
# File 'lib/eBay.rb', line 15846

def __xmlele_any
  @__xmlele_any
end

#buyerTermsObject

Returns the value of attribute buyerTerms.



15839
15840
15841
# File 'lib/eBay.rb', line 15839

def buyerTerms
  @buyerTerms
end

#financeOfferIDObject

Returns the value of attribute financeOfferID.



15838
15839
15840
# File 'lib/eBay.rb', line 15838

def financeOfferID
  @financeOfferID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



15842
15843
15844
# File 'lib/eBay.rb', line 15842

def lastModifiedDate
  @lastModifiedDate
end

#minimumAmountObject

Returns the value of attribute minimumAmount.



15843
15844
15845
# File 'lib/eBay.rb', line 15843

def minimumAmount
  @minimumAmount
end

#priorityObject

Returns the value of attribute priority.



15845
15846
15847
# File 'lib/eBay.rb', line 15845

def priority
  @priority
end

#rateFactorObject

Returns the value of attribute rateFactor.



15844
15845
15846
# File 'lib/eBay.rb', line 15844

def rateFactor
  @rateFactor
end

#sellerTermsObject

Returns the value of attribute sellerTerms.



15840
15841
15842
# File 'lib/eBay.rb', line 15840

def sellerTerms
  @sellerTerms
end

#startDateObject

Returns the value of attribute startDate.



15841
15842
15843
# File 'lib/eBay.rb', line 15841

def startDate
  @startDate
end

Instance Method Details

#set_any(elements) ⇒ Object



15848
15849
15850
# File 'lib/eBay.rb', line 15848

def set_any(elements)
  @__xmlele_any = elements
end