Class: DoDirectPaymentResponseType
- Inherits:
-
Object
- Object
- DoDirectPaymentResponseType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPIDoDirectPaymentResponseType
Constant Summary collapse
- @@schema_type =
"DoDirectPaymentResponseType"
- @@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")]], ["amount", ["BasicAmountType", XSD::QName.new("urn:ebay:api:PayPalAPI", "Amount")]], ["aVSCode", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "AVSCode")]], ["cVV2Code", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "CVV2Code")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "TransactionID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#aVSCode ⇒ Object
Returns the value of attribute aVSCode.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#cVV2Code ⇒ Object
Returns the value of attribute cVV2Code.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, amount = nil, aVSCode = nil, cVV2Code = nil, transactionID = nil) ⇒ DoDirectPaymentResponseType
constructor
A new instance of DoDirectPaymentResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, amount = nil, aVSCode = nil, cVV2Code = nil, transactionID = nil) ⇒ DoDirectPaymentResponseType
Returns a new instance of DoDirectPaymentResponseType.
1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/v_paypal/default.rb', line 1162 def initialize( = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, amount = nil, aVSCode = nil, cVV2Code = nil, transactionID = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @version = version @build = build @__xmlele_any = nil @amount = amount @aVSCode = aVSCode @cVV2Code = cVV2Code @transactionID = transactionID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1152 1153 1154 |
# File 'lib/v_paypal/default.rb', line 1152 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
1147 1148 1149 |
# File 'lib/v_paypal/default.rb', line 1147 def ack @ack end |
#amount ⇒ Object
Returns the value of attribute amount.
1153 1154 1155 |
# File 'lib/v_paypal/default.rb', line 1153 def amount @amount end |
#aVSCode ⇒ Object
Returns the value of attribute aVSCode.
1154 1155 1156 |
# File 'lib/v_paypal/default.rb', line 1154 def aVSCode @aVSCode end |
#build ⇒ Object
Returns the value of attribute build.
1151 1152 1153 |
# File 'lib/v_paypal/default.rb', line 1151 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
1148 1149 1150 |
# File 'lib/v_paypal/default.rb', line 1148 def correlationID @correlationID end |
#cVV2Code ⇒ Object
Returns the value of attribute cVV2Code.
1155 1156 1157 |
# File 'lib/v_paypal/default.rb', line 1155 def cVV2Code @cVV2Code end |
#errors ⇒ Object
Returns the value of attribute errors.
1149 1150 1151 |
# File 'lib/v_paypal/default.rb', line 1149 def errors @errors end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
1146 1147 1148 |
# File 'lib/v_paypal/default.rb', line 1146 def @timestamp end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
1156 1157 1158 |
# File 'lib/v_paypal/default.rb', line 1156 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
1150 1151 1152 |
# File 'lib/v_paypal/default.rb', line 1150 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
1158 1159 1160 |
# File 'lib/v_paypal/default.rb', line 1158 def set_any(elements) @__xmlele_any = elements end |