Class: EBay::IssueRefundResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::IssueRefundResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsIssueRefundResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
refundFromSeller - EBay::AmountType
totalRefundToBuyer - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#refundFromSeller ⇒ Object
Returns the value of attribute refundFromSeller.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#totalRefundToBuyer ⇒ Object
Returns the value of attribute totalRefundToBuyer.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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, externalUserData = nil, refundFromSeller = nil, totalRefundToBuyer = nil) ⇒ IssueRefundResponseType
constructor
A new instance of IssueRefundResponseType.
- #set_any(elements) ⇒ Object
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, externalUserData = nil, refundFromSeller = nil, totalRefundToBuyer = nil) ⇒ IssueRefundResponseType
Returns a new instance of IssueRefundResponseType.
16461 16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472 16473 16474 16475 16476 16477 16478 16479 16480 |
# File 'lib/eBay.rb', line 16461 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, refundFromSeller = nil, totalRefundToBuyer = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @refundFromSeller = refundFromSeller @totalRefundToBuyer = totalRefundToBuyer end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16453 16454 16455 |
# File 'lib/eBay.rb', line 16453 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
16439 16440 16441 |
# File 'lib/eBay.rb', line 16439 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
16451 16452 16453 |
# File 'lib/eBay.rb', line 16451 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
16444 16445 16446 |
# File 'lib/eBay.rb', line 16444 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
16440 16441 16442 |
# File 'lib/eBay.rb', line 16440 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
16446 16447 16448 |
# File 'lib/eBay.rb', line 16446 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
16448 16449 16450 |
# File 'lib/eBay.rb', line 16448 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
16441 16442 16443 |
# File 'lib/eBay.rb', line 16441 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
16452 16453 16454 |
# File 'lib/eBay.rb', line 16452 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
16450 16451 16452 |
# File 'lib/eBay.rb', line 16450 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
16442 16443 16444 |
# File 'lib/eBay.rb', line 16442 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
16445 16446 16447 |
# File 'lib/eBay.rb', line 16445 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
16449 16450 16451 |
# File 'lib/eBay.rb', line 16449 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
16447 16448 16449 |
# File 'lib/eBay.rb', line 16447 def recipientUserID @recipientUserID end |
#refundFromSeller ⇒ Object
Returns the value of attribute refundFromSeller.
16454 16455 16456 |
# File 'lib/eBay.rb', line 16454 def refundFromSeller @refundFromSeller end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
16438 16439 16440 |
# File 'lib/eBay.rb', line 16438 def @timestamp end |
#totalRefundToBuyer ⇒ Object
Returns the value of attribute totalRefundToBuyer.
16455 16456 16457 |
# File 'lib/eBay.rb', line 16455 def totalRefundToBuyer @totalRefundToBuyer end |
#version ⇒ Object
Returns the value of attribute version.
16443 16444 16445 |
# File 'lib/eBay.rb', line 16443 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
16457 16458 16459 |
# File 'lib/eBay.rb', line 16457 def set_any(elements) @__xmlele_any = elements end |