Class: CheckoutStatusType

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

Overview

urn:ebay:apis:eBLBaseComponentsCheckoutStatusType

eBayPaymentStatus - PaymentStatusCodeType
lastModifiedTime - SOAP::SOAPDateTime
paymentMethod - BuyerPaymentMethodCodeType
status - CompleteStatusCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eBayPaymentStatus = nil, lastModifiedTime = nil, paymentMethod = nil, status = nil) ⇒ CheckoutStatusType

Returns a new instance of CheckoutStatusType.



18266
18267
18268
18269
18270
18271
18272
# File 'lib/eBay.rb', line 18266

def initialize(eBayPaymentStatus = nil, lastModifiedTime = nil, paymentMethod = nil, status = nil)
  @eBayPaymentStatus = eBayPaymentStatus
  @lastModifiedTime = lastModifiedTime
  @paymentMethod = paymentMethod
  @status = status
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18260
18261
18262
# File 'lib/eBay.rb', line 18260

def __xmlele_any
  @__xmlele_any
end

#eBayPaymentStatusObject

Returns the value of attribute eBayPaymentStatus.



18256
18257
18258
# File 'lib/eBay.rb', line 18256

def eBayPaymentStatus
  @eBayPaymentStatus
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



18257
18258
18259
# File 'lib/eBay.rb', line 18257

def lastModifiedTime
  @lastModifiedTime
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



18258
18259
18260
# File 'lib/eBay.rb', line 18258

def paymentMethod
  @paymentMethod
end

#statusObject

Returns the value of attribute status.



18259
18260
18261
# File 'lib/eBay.rb', line 18259

def status
  @status
end

Instance Method Details

#set_any(elements) ⇒ Object



18262
18263
18264
# File 'lib/eBay.rb', line 18262

def set_any(elements)
  @__xmlele_any = elements
end