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.



14867
14868
14869
14870
14871
14872
14873
# File 'lib/eBay.rb', line 14867

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.



14861
14862
14863
# File 'lib/eBay.rb', line 14861

def __xmlele_any
  @__xmlele_any
end

#eBayPaymentStatusObject

Returns the value of attribute eBayPaymentStatus.



14857
14858
14859
# File 'lib/eBay.rb', line 14857

def eBayPaymentStatus
  @eBayPaymentStatus
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



14858
14859
14860
# File 'lib/eBay.rb', line 14858

def lastModifiedTime
  @lastModifiedTime
end

#paymentMethodObject

Returns the value of attribute paymentMethod.



14859
14860
14861
# File 'lib/eBay.rb', line 14859

def paymentMethod
  @paymentMethod
end

#statusObject

Returns the value of attribute status.



14860
14861
14862
# File 'lib/eBay.rb', line 14860

def status
  @status
end

Instance Method Details

#set_any(elements) ⇒ Object



14863
14864
14865
# File 'lib/eBay.rb', line 14863

def set_any(elements)
  @__xmlele_any = elements
end