Class: ExternalTransactionType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsExternalTransactionType

externalTransactionID - SOAP::SOAPString
externalTransactionTime - SOAP::SOAPDateTime
feeOrCreditAmount - AmountType
paymentOrRefundAmount - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(externalTransactionID = nil, externalTransactionTime = nil, feeOrCreditAmount = nil, paymentOrRefundAmount = nil) ⇒ ExternalTransactionType

Returns a new instance of ExternalTransactionType.



19331
19332
19333
19334
19335
19336
19337
# File 'lib/eBay.rb', line 19331

def initialize(externalTransactionID = nil, externalTransactionTime = nil, feeOrCreditAmount = nil, paymentOrRefundAmount = nil)
  @externalTransactionID = externalTransactionID
  @externalTransactionTime = externalTransactionTime
  @feeOrCreditAmount = feeOrCreditAmount
  @paymentOrRefundAmount = paymentOrRefundAmount
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19325
19326
19327
# File 'lib/eBay.rb', line 19325

def __xmlele_any
  @__xmlele_any
end

#externalTransactionIDObject

Returns the value of attribute externalTransactionID.



19321
19322
19323
# File 'lib/eBay.rb', line 19321

def externalTransactionID
  @externalTransactionID
end

#externalTransactionTimeObject

Returns the value of attribute externalTransactionTime.



19322
19323
19324
# File 'lib/eBay.rb', line 19322

def externalTransactionTime
  @externalTransactionTime
end

#feeOrCreditAmountObject

Returns the value of attribute feeOrCreditAmount.



19323
19324
19325
# File 'lib/eBay.rb', line 19323

def feeOrCreditAmount
  @feeOrCreditAmount
end

#paymentOrRefundAmountObject

Returns the value of attribute paymentOrRefundAmount.



19324
19325
19326
# File 'lib/eBay.rb', line 19324

def paymentOrRefundAmount
  @paymentOrRefundAmount
end

Instance Method Details

#set_any(elements) ⇒ Object



19327
19328
19329
# File 'lib/eBay.rb', line 19327

def set_any(elements)
  @__xmlele_any = elements
end