Class: BuyerRequirementsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyerRequirementsType

Constant Summary collapse

@@schema_type =
"BuyerRequirementsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["linkedPayPalAccount", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LinkedPayPalAccount")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(linkedPayPalAccount = nil) ⇒ BuyerRequirementsType

Returns a new instance of BuyerRequirementsType.



14087
14088
14089
# File 'lib/eBay.rb', line 14087

def initialize(linkedPayPalAccount = nil)
  @linkedPayPalAccount = linkedPayPalAccount
end

Instance Attribute Details

#linkedPayPalAccountObject

Returns the value of attribute linkedPayPalAccount.



14085
14086
14087
# File 'lib/eBay.rb', line 14085

def linkedPayPalAccount
  @linkedPayPalAccount
end