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.



13990
13991
13992
13993
13994
13995
13996
13997
13998
13999
14000
# File 'lib/eBay.rb', line 13990

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.



13984
13985
13986
# File 'lib/eBay.rb', line 13984

def __xmlele_any
  @__xmlele_any
end

#buyerTermsObject

Returns the value of attribute buyerTerms.



13977
13978
13979
# File 'lib/eBay.rb', line 13977

def buyerTerms
  @buyerTerms
end

#financeOfferIDObject

Returns the value of attribute financeOfferID.



13976
13977
13978
# File 'lib/eBay.rb', line 13976

def financeOfferID
  @financeOfferID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



13980
13981
13982
# File 'lib/eBay.rb', line 13980

def lastModifiedDate
  @lastModifiedDate
end

#minimumAmountObject

Returns the value of attribute minimumAmount.



13981
13982
13983
# File 'lib/eBay.rb', line 13981

def minimumAmount
  @minimumAmount
end

#priorityObject

Returns the value of attribute priority.



13983
13984
13985
# File 'lib/eBay.rb', line 13983

def priority
  @priority
end

#rateFactorObject

Returns the value of attribute rateFactor.



13982
13983
13984
# File 'lib/eBay.rb', line 13982

def rateFactor
  @rateFactor
end

#sellerTermsObject

Returns the value of attribute sellerTerms.



13978
13979
13980
# File 'lib/eBay.rb', line 13978

def sellerTerms
  @sellerTerms
end

#startDateObject

Returns the value of attribute startDate.



13979
13980
13981
# File 'lib/eBay.rb', line 13979

def startDate
  @startDate
end

Instance Method Details

#set_any(elements) ⇒ Object



13986
13987
13988
# File 'lib/eBay.rb', line 13986

def set_any(elements)
  @__xmlele_any = elements
end