Class: EBay::BusinessSellerDetailsType
- Inherits:
-
Object
- Object
- EBay::BusinessSellerDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBusinessSellerDetailsType
address - EBay::AddressType
fax - SOAP::SOAPString
email - SOAP::SOAPString
additionalContactInformation - SOAP::SOAPString
tradeRegistrationNumber - SOAP::SOAPString
legalInvoice - SOAP::SOAPBoolean
termsAndConditions - SOAP::SOAPString
vATDetails - EBay::VATDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#additionalContactInformation ⇒ Object
Returns the value of attribute additionalContactInformation.
-
#address ⇒ Object
Returns the value of attribute address.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#legalInvoice ⇒ Object
Returns the value of attribute legalInvoice.
-
#termsAndConditions ⇒ Object
Returns the value of attribute termsAndConditions.
-
#tradeRegistrationNumber ⇒ Object
Returns the value of attribute tradeRegistrationNumber.
-
#vATDetails ⇒ Object
Returns the value of attribute vATDetails.
Instance Method Summary collapse
-
#initialize(address = nil, fax = nil, email = nil, additionalContactInformation = nil, tradeRegistrationNumber = nil, legalInvoice = nil, termsAndConditions = nil, vATDetails = nil) ⇒ BusinessSellerDetailsType
constructor
A new instance of BusinessSellerDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(address = nil, fax = nil, email = nil, additionalContactInformation = nil, tradeRegistrationNumber = nil, legalInvoice = nil, termsAndConditions = nil, vATDetails = nil) ⇒ BusinessSellerDetailsType
Returns a new instance of BusinessSellerDetailsType.
21350 21351 21352 21353 21354 21355 21356 21357 21358 21359 21360 |
# File 'lib/eBay.rb', line 21350 def initialize(address = nil, fax = nil, email = nil, additionalContactInformation = nil, tradeRegistrationNumber = nil, legalInvoice = nil, termsAndConditions = nil, vATDetails = nil) @address = address @fax = fax @email = email @additionalContactInformation = additionalContactInformation @tradeRegistrationNumber = tradeRegistrationNumber @legalInvoice = legalInvoice @termsAndConditions = termsAndConditions @vATDetails = vATDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21344 21345 21346 |
# File 'lib/eBay.rb', line 21344 def __xmlele_any @__xmlele_any end |
#additionalContactInformation ⇒ Object
Returns the value of attribute additionalContactInformation.
21339 21340 21341 |
# File 'lib/eBay.rb', line 21339 def additionalContactInformation @additionalContactInformation end |
#address ⇒ Object
Returns the value of attribute address.
21336 21337 21338 |
# File 'lib/eBay.rb', line 21336 def address @address end |
#email ⇒ Object
Returns the value of attribute email.
21338 21339 21340 |
# File 'lib/eBay.rb', line 21338 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
21337 21338 21339 |
# File 'lib/eBay.rb', line 21337 def fax @fax end |
#legalInvoice ⇒ Object
Returns the value of attribute legalInvoice.
21341 21342 21343 |
# File 'lib/eBay.rb', line 21341 def legalInvoice @legalInvoice end |
#termsAndConditions ⇒ Object
Returns the value of attribute termsAndConditions.
21342 21343 21344 |
# File 'lib/eBay.rb', line 21342 def termsAndConditions @termsAndConditions end |
#tradeRegistrationNumber ⇒ Object
Returns the value of attribute tradeRegistrationNumber.
21340 21341 21342 |
# File 'lib/eBay.rb', line 21340 def tradeRegistrationNumber @tradeRegistrationNumber end |
#vATDetails ⇒ Object
Returns the value of attribute vATDetails.
21343 21344 21345 |
# File 'lib/eBay.rb', line 21343 def vATDetails @vATDetails end |
Instance Method Details
#set_any(elements) ⇒ Object
21346 21347 21348 |
# File 'lib/eBay.rb', line 21346 def set_any(elements) @__xmlele_any = elements end |