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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, 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.



1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'lib/eBay.rb', line 1393

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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
  @__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.



1378
1379
1380
# File 'lib/eBay.rb', line 1378

def __xmlele_any
  @__xmlele_any
end

#accountEntrySortTypeObject

Returns the value of attribute accountEntrySortType.



1386
1387
1388
# File 'lib/eBay.rb', line 1386

def accountEntrySortType
  @accountEntrySortType
end

#accountHistorySelectionObject

Returns the value of attribute accountHistorySelection.



1379
1380
1381
# File 'lib/eBay.rb', line 1379

def accountHistorySelection
  @accountHistorySelection
end

#beginDateObject

Returns the value of attribute beginDate.



1381
1382
1383
# File 'lib/eBay.rb', line 1381

def beginDate
  @beginDate
end

#currencyObject

Returns the value of attribute currency.



1387
1388
1389
# File 'lib/eBay.rb', line 1387

def currency
  @currency
end

#detailLevelObject

Returns the value of attribute detailLevel.



1372
1373
1374
# File 'lib/eBay.rb', line 1372

def detailLevel
  @detailLevel
end

#endDateObject

Returns the value of attribute endDate.



1382
1383
1384
# File 'lib/eBay.rb', line 1382

def endDate
  @endDate
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1376
1377
1378
# File 'lib/eBay.rb', line 1376

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1373
1374
1375
# File 'lib/eBay.rb', line 1373

def errorLanguage
  @errorLanguage
end

#excludeBalanceObject

Returns the value of attribute excludeBalance.



1384
1385
1386
# File 'lib/eBay.rb', line 1384

def excludeBalance
  @excludeBalance
end

#excludeSummaryObject

Returns the value of attribute excludeSummary.



1385
1386
1387
# File 'lib/eBay.rb', line 1385

def excludeSummary
  @excludeSummary
end

#invocationIDObject

Returns the value of attribute invocationID.



1377
1378
1379
# File 'lib/eBay.rb', line 1377

def invocationID
  @invocationID
end

#invoiceDateObject

Returns the value of attribute invoiceDate.



1380
1381
1382
# File 'lib/eBay.rb', line 1380

def invoiceDate
  @invoiceDate
end

#messageIDObject

Returns the value of attribute messageID.



1374
1375
1376
# File 'lib/eBay.rb', line 1374

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



1383
1384
1385
# File 'lib/eBay.rb', line 1383

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



1375
1376
1377
# File 'lib/eBay.rb', line 1375

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1389
1390
1391
# File 'lib/eBay.rb', line 1389

def set_any(elements)
  @__xmlele_any = elements
end