Class: GetAccountRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAccountRequestType

Constant Summary collapse

@@schema_type =
"GetAccountRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["accountHistorySelection", ["AccountHistorySelectionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AccountHistorySelection")]],
  ["invoiceDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvoiceDate")]],
  ["beginDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BeginDate")]],
  ["endDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndDate")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]],
  ["excludeBalance", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExcludeBalance")]],
  ["excludeSummary", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExcludeSummary")]],
  ["accountEntrySortType", ["AccountEntrySortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AccountEntrySortType")]],
  ["currency", ["CurrencyCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Currency")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, accountEntrySortType = nil, currency = nil) ⇒ GetAccountRequestType

Returns a new instance of GetAccountRequestType.



1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
# File 'lib/eBay.rb', line 1568

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, accountEntrySortType = nil, currency = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @accountHistorySelection = accountHistorySelection
  @invoiceDate = invoiceDate
  @beginDate = beginDate
  @endDate = endDate
  @pagination = pagination
  @excludeBalance = excludeBalance
  @excludeSummary = excludeSummary
  @accountEntrySortType = accountEntrySortType
  @currency = currency
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1553
1554
1555
# File 'lib/eBay.rb', line 1553

def __xmlele_any
  @__xmlele_any
end

#accountEntrySortTypeObject

Returns the value of attribute accountEntrySortType.



1561
1562
1563
# File 'lib/eBay.rb', line 1561

def accountEntrySortType
  @accountEntrySortType
end

#accountHistorySelectionObject

Returns the value of attribute accountHistorySelection.



1554
1555
1556
# File 'lib/eBay.rb', line 1554

def accountHistorySelection
  @accountHistorySelection
end

#beginDateObject

Returns the value of attribute beginDate.



1556
1557
1558
# File 'lib/eBay.rb', line 1556

def beginDate
  @beginDate
end

#currencyObject

Returns the value of attribute currency.



1562
1563
1564
# File 'lib/eBay.rb', line 1562

def currency
  @currency
end

#detailLevelObject

Returns the value of attribute detailLevel.



1546
1547
1548
# File 'lib/eBay.rb', line 1546

def detailLevel
  @detailLevel
end

#endDateObject

Returns the value of attribute endDate.



1557
1558
1559
# File 'lib/eBay.rb', line 1557

def endDate
  @endDate
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1550
1551
1552
# File 'lib/eBay.rb', line 1550

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1547
1548
1549
# File 'lib/eBay.rb', line 1547

def errorLanguage
  @errorLanguage
end

#excludeBalanceObject

Returns the value of attribute excludeBalance.



1559
1560
1561
# File 'lib/eBay.rb', line 1559

def excludeBalance
  @excludeBalance
end

#excludeSummaryObject

Returns the value of attribute excludeSummary.



1560
1561
1562
# File 'lib/eBay.rb', line 1560

def excludeSummary
  @excludeSummary
end

#invocationIDObject

Returns the value of attribute invocationID.



1551
1552
1553
# File 'lib/eBay.rb', line 1551

def invocationID
  @invocationID
end

#invoiceDateObject

Returns the value of attribute invoiceDate.



1555
1556
1557
# File 'lib/eBay.rb', line 1555

def invoiceDate
  @invoiceDate
end

#messageIDObject

Returns the value of attribute messageID.



1548
1549
1550
# File 'lib/eBay.rb', line 1548

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



1558
1559
1560
# File 'lib/eBay.rb', line 1558

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



1549
1550
1551
# File 'lib/eBay.rb', line 1549

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1552
1553
1554
# File 'lib/eBay.rb', line 1552

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1564
1565
1566
# File 'lib/eBay.rb', line 1564

def set_any(elements)
  @__xmlele_any = elements
end