Class: SendInvoiceResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSendInvoiceResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil) ⇒ SendInvoiceResponseType

Returns a new instance of SendInvoiceResponseType.



14463
14464
14465
14466
14467
14468
14469
14470
14471
14472
14473
14474
14475
14476
14477
14478
14479
# File 'lib/eBay.rb', line 14463

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14457
14458
14459
# File 'lib/eBay.rb', line 14457

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14444
14445
14446
# File 'lib/eBay.rb', line 14444

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14456
14457
14458
# File 'lib/eBay.rb', line 14456

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14449
14450
14451
# File 'lib/eBay.rb', line 14449

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14445
14446
14447
# File 'lib/eBay.rb', line 14445

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14451
14452
14453
# File 'lib/eBay.rb', line 14451

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14453
14454
14455
# File 'lib/eBay.rb', line 14453

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14446
14447
14448
# File 'lib/eBay.rb', line 14446

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14455
14456
14457
# File 'lib/eBay.rb', line 14455

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14447
14448
14449
# File 'lib/eBay.rb', line 14447

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14450
14451
14452
# File 'lib/eBay.rb', line 14450

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14454
14455
14456
# File 'lib/eBay.rb', line 14454

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14452
14453
14454
# File 'lib/eBay.rb', line 14452

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14443
14444
14445
# File 'lib/eBay.rb', line 14443

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14448
14449
14450
# File 'lib/eBay.rb', line 14448

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14459
14460
14461
# File 'lib/eBay.rb', line 14459

def set_any(elements)
  @__xmlele_any = elements
end