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.



12474
12475
12476
# File 'lib/eBay.rb', line 12474

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

Instance Attribute Details

#linkedPayPalAccountObject

Returns the value of attribute linkedPayPalAccount.



12472
12473
12474
# File 'lib/eBay.rb', line 12472

def linkedPayPalAccount
  @linkedPayPalAccount
end