Class: EBay::ExternalTransactionType
- Inherits:
-
Object
- Object
- EBay::ExternalTransactionType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#externalTransactionID ⇒ Object
Returns the value of attribute externalTransactionID.
-
#externalTransactionStatus ⇒ Object
Returns the value of attribute externalTransactionStatus.
-
#externalTransactionTime ⇒ Object
Returns the value of attribute externalTransactionTime.
-
#feeOrCreditAmount ⇒ Object
Returns the value of attribute feeOrCreditAmount.
-
#paymentOrRefundAmount ⇒ Object
Returns the value of attribute paymentOrRefundAmount.
Instance Method Summary collapse
-
#initialize(externalTransactionID = nil, externalTransactionTime = nil, feeOrCreditAmount = nil, paymentOrRefundAmount = nil, externalTransactionStatus = nil) ⇒ ExternalTransactionType
constructor
A new instance of ExternalTransactionType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23998 23999 24000 |
# File 'lib/eBay.rb', line 23998 def __xmlele_any @__xmlele_any end |
#externalTransactionID ⇒ Object
Returns the value of attribute externalTransactionID.
23993 23994 23995 |
# File 'lib/eBay.rb', line 23993 def externalTransactionID @externalTransactionID end |
#externalTransactionStatus ⇒ Object
Returns the value of attribute externalTransactionStatus.
23997 23998 23999 |
# File 'lib/eBay.rb', line 23997 def externalTransactionStatus @externalTransactionStatus end |
#externalTransactionTime ⇒ Object
Returns the value of attribute externalTransactionTime.
23994 23995 23996 |
# File 'lib/eBay.rb', line 23994 def externalTransactionTime @externalTransactionTime end |
#feeOrCreditAmount ⇒ Object
Returns the value of attribute feeOrCreditAmount.
23995 23996 23997 |
# File 'lib/eBay.rb', line 23995 def feeOrCreditAmount @feeOrCreditAmount end |
#paymentOrRefundAmount ⇒ Object
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 |