Class: EBay::BusinessSellerDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21344
21345
21346
# File 'lib/eBay.rb', line 21344

def __xmlele_any
  @__xmlele_any
end

#additionalContactInformationObject

Returns the value of attribute additionalContactInformation.



21339
21340
21341
# File 'lib/eBay.rb', line 21339

def additionalContactInformation
  @additionalContactInformation
end

#addressObject

Returns the value of attribute address.



21336
21337
21338
# File 'lib/eBay.rb', line 21336

def address
  @address
end

#emailObject

Returns the value of attribute email.



21338
21339
21340
# File 'lib/eBay.rb', line 21338

def email
  @email
end

#faxObject

Returns the value of attribute fax.



21337
21338
21339
# File 'lib/eBay.rb', line 21337

def fax
  @fax
end

#legalInvoiceObject

Returns the value of attribute legalInvoice.



21341
21342
21343
# File 'lib/eBay.rb', line 21341

def legalInvoice
  @legalInvoice
end

#termsAndConditionsObject

Returns the value of attribute termsAndConditions.



21342
21343
21344
# File 'lib/eBay.rb', line 21342

def termsAndConditions
  @termsAndConditions
end

#tradeRegistrationNumberObject

Returns the value of attribute tradeRegistrationNumber.



21340
21341
21342
# File 'lib/eBay.rb', line 21340

def tradeRegistrationNumber
  @tradeRegistrationNumber
end

#vATDetailsObject

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