Class: TransactionStatusType

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

Overview

urn:ebay:apis:eBLBaseComponentsTransactionStatusType

eBayPaymentStatus - PaymentStatusCodeType
checkoutStatus - CheckoutStatusCodeType
lastTimeModified - SOAP::SOAPDateTime
paymentMethodUsed - BuyerPaymentMethodCodeType
completeStatus - CompleteStatusCodeType
buyerSelectedShipping - SOAP::SOAPBoolean
paymentHoldStatus - PaymentHoldStatusCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eBayPaymentStatus = nil, checkoutStatus = nil, lastTimeModified = nil, paymentMethodUsed = nil, completeStatus = nil, buyerSelectedShipping = nil, paymentHoldStatus = nil) ⇒ TransactionStatusType

Returns a new instance of TransactionStatusType.



25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
# File 'lib/eBay.rb', line 25196

def initialize(eBayPaymentStatus = nil, checkoutStatus = nil, lastTimeModified = nil, paymentMethodUsed = nil, completeStatus = nil, buyerSelectedShipping = nil, paymentHoldStatus = nil)
  @eBayPaymentStatus = eBayPaymentStatus
  @checkoutStatus = checkoutStatus
  @lastTimeModified = lastTimeModified
  @paymentMethodUsed = paymentMethodUsed
  @completeStatus = completeStatus
  @buyerSelectedShipping = buyerSelectedShipping
  @paymentHoldStatus = paymentHoldStatus
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25190
25191
25192
# File 'lib/eBay.rb', line 25190

def __xmlele_any
  @__xmlele_any
end

#buyerSelectedShippingObject

Returns the value of attribute buyerSelectedShipping.



25188
25189
25190
# File 'lib/eBay.rb', line 25188

def buyerSelectedShipping
  @buyerSelectedShipping
end

#checkoutStatusObject

Returns the value of attribute checkoutStatus.



25184
25185
25186
# File 'lib/eBay.rb', line 25184

def checkoutStatus
  @checkoutStatus
end

#completeStatusObject

Returns the value of attribute completeStatus.



25187
25188
25189
# File 'lib/eBay.rb', line 25187

def completeStatus
  @completeStatus
end

#eBayPaymentStatusObject

Returns the value of attribute eBayPaymentStatus.



25183
25184
25185
# File 'lib/eBay.rb', line 25183

def eBayPaymentStatus
  @eBayPaymentStatus
end

#lastTimeModifiedObject

Returns the value of attribute lastTimeModified.



25185
25186
25187
# File 'lib/eBay.rb', line 25185

def lastTimeModified
  @lastTimeModified
end

#paymentHoldStatusObject

Returns the value of attribute paymentHoldStatus.



25189
25190
25191
# File 'lib/eBay.rb', line 25189

def paymentHoldStatus
  @paymentHoldStatus
end

#paymentMethodUsedObject

Returns the value of attribute paymentMethodUsed.



25186
25187
25188
# File 'lib/eBay.rb', line 25186

def paymentMethodUsed
  @paymentMethodUsed
end

Instance Method Details

#set_any(elements) ⇒ Object



25192
25193
25194
# File 'lib/eBay.rb', line 25192

def set_any(elements)
  @__xmlele_any = elements
end