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.



16581
16582
16583
16584
16585
16586
16587
# File 'lib/eBay.rb', line 16581

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.



16575
16576
16577
# File 'lib/eBay.rb', line 16575

def __xmlele_any
  @__xmlele_any
end

#eBayPaymentStatusObject

Returns the value of attribute eBayPaymentStatus.



16571
16572
16573
# File 'lib/eBay.rb', line 16571

def eBayPaymentStatus
  @eBayPaymentStatus
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



16572
16573
16574
# File 'lib/eBay.rb', line 16572

def lastModifiedTime
  @lastModifiedTime
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



16573
16574
16575
# File 'lib/eBay.rb', line 16573

def paymentMethod
  @paymentMethod
end

#statusObject

Returns the value of attribute status.



16574
16575
16576
# File 'lib/eBay.rb', line 16574

def status
  @status
end

Instance Method Details

#set_any(elements) ⇒ Object



16577
16578
16579
# File 'lib/eBay.rb', line 16577

def set_any(elements)
  @__xmlele_any = elements
end