|
@@ 2245-2268 (lines=24) @@
|
| 2242 |
|
xml_accessor :tags, :as => [Tags] |
| 2243 |
|
|
| 2244 |
|
def initialize(tlvData = nil, tags = nil) |
| 2245 |
|
@tlvData = tlvData |
| 2246 |
|
@tags = tags |
| 2247 |
|
end |
| 2248 |
|
end |
| 2249 |
|
|
| 2250 |
|
xml_accessor :responseCode |
| 2251 |
|
xml_accessor :rawResponseCode |
| 2252 |
|
xml_accessor :authCode |
| 2253 |
|
xml_accessor :avsResultCode |
| 2254 |
|
xml_accessor :cvvResultCode |
| 2255 |
|
xml_accessor :cavvResultCode |
| 2256 |
|
xml_accessor :transId |
| 2257 |
|
xml_accessor :refTransID |
| 2258 |
|
xml_accessor :transHash |
| 2259 |
|
xml_accessor :testRequest |
| 2260 |
|
xml_accessor :accountNumber |
| 2261 |
|
xml_accessor :accountType |
| 2262 |
|
xml_accessor :splitTenderId |
| 2263 |
|
xml_accessor :prePaidCard, :as => PrePaidCard |
| 2264 |
|
xml_accessor :messages, :as => Messages |
| 2265 |
|
xml_accessor :errors, :as => Errors |
| 2266 |
|
xml_accessor :splitTenderPayments, :as => SplitTenderPayments |
| 2267 |
|
xml_accessor :userFields, :as => UserFields |
| 2268 |
|
xml_accessor :shipTo, :as => NameAndAddressType |
| 2269 |
|
xml_accessor :secureAcceptance, :as => SecureAcceptance |
| 2270 |
|
xml_accessor :emvResponse, :as => EmvResponse |
| 2271 |
|
xml_accessor :transHashSha2 |
|
@@ 1749-1771 (lines=23) @@
|
| 1746 |
|
# chargeChargeBackCount - SOAP::SOAPInt |
| 1747 |
|
# refundChargeBackAmount - SOAP::SOAPDecimal |
| 1748 |
|
# refundChargeBackCount - SOAP::SOAPInt |
| 1749 |
|
# chargeReturnedItemsAmount - SOAP::SOAPDecimal |
| 1750 |
|
# chargeReturnedItemsCount - SOAP::SOAPInt |
| 1751 |
|
# refundReturnedItemsAmount - SOAP::SOAPDecimal |
| 1752 |
|
# refundReturnedItemsCount - SOAP::SOAPInt |
| 1753 |
|
class BatchStatisticType |
| 1754 |
|
include ROXML |
| 1755 |
|
xml_accessor :accountType |
| 1756 |
|
xml_accessor :chargeAmount |
| 1757 |
|
xml_accessor :chargeCount |
| 1758 |
|
xml_accessor :refundAmount |
| 1759 |
|
xml_accessor :refundCount |
| 1760 |
|
xml_accessor :voidCount |
| 1761 |
|
xml_accessor :declineCount |
| 1762 |
|
xml_accessor :errorCount |
| 1763 |
|
xml_accessor :returnedItemAmount |
| 1764 |
|
xml_accessor :returnedItemCount |
| 1765 |
|
xml_accessor :chargebackAmount |
| 1766 |
|
xml_accessor :chargebackCount |
| 1767 |
|
xml_accessor :correctionNoticeCount |
| 1768 |
|
xml_accessor :chargeChargeBackAmount |
| 1769 |
|
xml_accessor :chargeChargeBackCount |
| 1770 |
|
xml_accessor :refundChargeBackAmount |
| 1771 |
|
xml_accessor :refundChargeBackCount |
| 1772 |
|
xml_accessor :chargeReturnedItemsAmount |
| 1773 |
|
xml_accessor :chargeReturnedItemsCount |
| 1774 |
|
xml_accessor :refundReturnedItemsAmount |