Class: DoExpressCheckoutPaymentResponseType

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

Overview

urn:ebay:api:PayPalAPIDoExpressCheckoutPaymentResponseType

Constant Summary collapse

@@schema_type =
"DoExpressCheckoutPaymentResponseType"
@@schema_ns =
"urn:ebay:api:PayPalAPI"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["doExpressCheckoutPaymentResponseDetails", ["DoExpressCheckoutPaymentResponseDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DoExpressCheckoutPaymentResponseDetails")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, doExpressCheckoutPaymentResponseDetails = nil) ⇒ DoExpressCheckoutPaymentResponseType

Returns a new instance of DoExpressCheckoutPaymentResponseType.



1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
# File 'lib/v_paypal/default.rb', line 1082

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, doExpressCheckoutPaymentResponseDetails = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @version = version
  @build = build
  @__xmlele_any = nil
  @doExpressCheckoutPaymentResponseDetails = doExpressCheckoutPaymentResponseDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1075
1076
1077
# File 'lib/v_paypal/default.rb', line 1075

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



1070
1071
1072
# File 'lib/v_paypal/default.rb', line 1070

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



1074
1075
1076
# File 'lib/v_paypal/default.rb', line 1074

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



1071
1072
1073
# File 'lib/v_paypal/default.rb', line 1071

def correlationID
  @correlationID
end

#doExpressCheckoutPaymentResponseDetailsObject

Returns the value of attribute doExpressCheckoutPaymentResponseDetails.



1076
1077
1078
# File 'lib/v_paypal/default.rb', line 1076

def doExpressCheckoutPaymentResponseDetails
  @doExpressCheckoutPaymentResponseDetails
end

#errorsObject

Returns the value of attribute errors.



1072
1073
1074
# File 'lib/v_paypal/default.rb', line 1072

def errors
  @errors
end

#timestampObject

Returns the value of attribute timestamp.



1069
1070
1071
# File 'lib/v_paypal/default.rb', line 1069

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



1073
1074
1075
# File 'lib/v_paypal/default.rb', line 1073

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1078
1079
1080
# File 'lib/v_paypal/default.rb', line 1078

def set_any(elements)
  @__xmlele_any = elements
end