Class: EBay::ExternalTransactionType

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

Overview

urn:ebay:apis:eBLBaseComponentsExternalTransactionType

externalTransactionID - SOAP::SOAPString
externalTransactionTime - SOAP::SOAPDateTime
feeOrCreditAmount - EBay::AmountType
paymentOrRefundAmount - EBay::AmountType
externalTransactionStatus - EBay::PaymentTransactionStatusCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ExternalTransactionType.



24004
24005
24006
24007
24008
24009
24010
24011
# File 'lib/eBay.rb', line 24004

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23998
23999
24000
# File 'lib/eBay.rb', line 23998

def __xmlele_any
  @__xmlele_any
end

#externalTransactionIDObject

Returns the value of attribute externalTransactionID.



23993
23994
23995
# File 'lib/eBay.rb', line 23993

def externalTransactionID
  @externalTransactionID
end

#externalTransactionStatusObject

Returns the value of attribute externalTransactionStatus.



23997
23998
23999
# File 'lib/eBay.rb', line 23997

def externalTransactionStatus
  @externalTransactionStatus
end

#externalTransactionTimeObject

Returns the value of attribute externalTransactionTime.



23994
23995
23996
# File 'lib/eBay.rb', line 23994

def externalTransactionTime
  @externalTransactionTime
end

#feeOrCreditAmountObject

Returns the value of attribute feeOrCreditAmount.



23995
23996
23997
# File 'lib/eBay.rb', line 23995

def feeOrCreditAmount
  @feeOrCreditAmount
end

#paymentOrRefundAmountObject

Returns the value of attribute paymentOrRefundAmount.



23996
23997
23998
# File 'lib/eBay.rb', line 23996

def paymentOrRefundAmount
  @paymentOrRefundAmount
end

Instance Method Details

#set_any(elements) ⇒ Object



24000
24001
24002
# File 'lib/eBay.rb', line 24000

def set_any(elements)
  @__xmlele_any = elements
end