Class: BillUserRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/paypal-business/default.rb

Overview

urn:ebay:api:PayPalAPIBillUserRequestType

Constant Summary collapse

@@schema_type =
"BillUserRequestType"
@@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")]],
  ["merchantPullPaymentDetails", ["MerchantPullPaymentType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MerchantPullPaymentDetails")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, merchantPullPaymentDetails = nil) ⇒ BillUserRequestType

Returns a new instance of BillUserRequestType.



465
466
467
468
469
470
471
472
# File 'lib/paypal-business/default.rb', line 465

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



458
459
460
# File 'lib/paypal-business/default.rb', line 458

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



454
455
456
# File 'lib/paypal-business/default.rb', line 454

def detailLevel
  @detailLevel
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



455
456
457
# File 'lib/paypal-business/default.rb', line 455

def errorLanguage
  @errorLanguage
end

#merchantPullPaymentDetailsObject

Returns the value of attribute merchantPullPaymentDetails.



459
460
461
# File 'lib/paypal-business/default.rb', line 459

def merchantPullPaymentDetails
  @merchantPullPaymentDetails
end

#messageIDObject

Returns the value of attribute messageID.



456
457
458
# File 'lib/paypal-business/default.rb', line 456

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



457
458
459
# File 'lib/paypal-business/default.rb', line 457

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



461
462
463
# File 'lib/paypal-business/default.rb', line 461

def set_any(elements)
  @__xmlele_any = elements
end