Class: CheckoutStatusType

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

Overview

urn:ebay:apis:eBLBaseComponentsCheckoutStatusType

Constant Summary collapse

@@schema_type =
"CheckoutStatusType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["eBayPaymentStatus", "PaymentStatusCodeType"],
["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastModifiedTime")]],
["paymentMethod", ["BuyerPaymentMethodCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentMethod")]],
["status", ["CompleteStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Status")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

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.



13158
13159
13160
13161
13162
13163
13164
# File 'lib/eBay.rb', line 13158

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.



13152
13153
13154
# File 'lib/eBay.rb', line 13152

def __xmlele_any
  @__xmlele_any
end

#eBayPaymentStatusObject

Returns the value of attribute eBayPaymentStatus.



13148
13149
13150
# File 'lib/eBay.rb', line 13148

def eBayPaymentStatus
  @eBayPaymentStatus
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



13149
13150
13151
# File 'lib/eBay.rb', line 13149

def lastModifiedTime
  @lastModifiedTime
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



13150
13151
13152
# File 'lib/eBay.rb', line 13150

def paymentMethod
  @paymentMethod
end

#statusObject

Returns the value of attribute status.



13151
13152
13153
# File 'lib/eBay.rb', line 13151

def status
  @status
end

Instance Method Details

#set_any(elements) ⇒ Object



13154
13155
13156
# File 'lib/eBay.rb', line 13154

def set_any(elements)
  @__xmlele_any = elements
end