Class: DoVoidRequestType

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

Overview

urn:ebay:api:PayPalAPIDoVoidRequestType

Constant Summary collapse

@@schema_type =
"DoVoidRequestType"
@@schema_ns =
"urn:ebay:api:PayPalAPI"
@@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")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["authorizationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "AuthorizationID")]],
  ["note", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "Note")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, authorizationID = nil, note = nil) ⇒ DoVoidRequestType

Returns a new instance of DoVoidRequestType.



1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'lib/v_paypal/default.rb', line 1366

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, authorizationID = nil, note = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @__xmlele_any = nil
  @authorizationID = authorizationID
  @note = note
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1358
1359
1360
# File 'lib/v_paypal/default.rb', line 1358

def __xmlele_any
  @__xmlele_any
end

#authorizationIDObject

Returns the value of attribute authorizationID.



1359
1360
1361
# File 'lib/v_paypal/default.rb', line 1359

def authorizationID
  @authorizationID
end

#detailLevelObject

Returns the value of attribute detailLevel.



1354
1355
1356
# File 'lib/v_paypal/default.rb', line 1354

def detailLevel
  @detailLevel
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1355
1356
1357
# File 'lib/v_paypal/default.rb', line 1355

def errorLanguage
  @errorLanguage
end

#messageIDObject

Returns the value of attribute messageID.



1356
1357
1358
# File 'lib/v_paypal/default.rb', line 1356

def messageID
  @messageID
end

#noteObject

Returns the value of attribute note.



1360
1361
1362
# File 'lib/v_paypal/default.rb', line 1360

def note
  @note
end

#versionObject

Returns the value of attribute version.



1357
1358
1359
# File 'lib/v_paypal/default.rb', line 1357

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1362
1363
1364
# File 'lib/v_paypal/default.rb', line 1362

def set_any(elements)
  @__xmlele_any = elements
end