Serialized Form


Package net.authorize

Class net.authorize.Merchant extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

environment

Environment environment

login

String login

transactionKey

String transactionKey

allowPartialAuth

boolean allowPartialAuth

marketType

MarketType marketType

deviceType

DeviceType deviceType

userRef

String userRef

MD5Value

String MD5Value

Class net.authorize.Result extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

transaction

Transaction transaction

target

Object target

Class net.authorize.Transaction extends Object implements Serializable

serialVersionUID: 1L


Package net.authorize.aim

Class net.authorize.aim.Result extends Result<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

responseCode

ResponseCode responseCode

reasonResponseCode

ResponseReasonCode reasonResponseCode

responseText

String responseText

Class net.authorize.aim.Transaction extends Transaction implements Serializable

serialVersionUID: 1L

Serialized Fields

requestMap

Map<K,V> requestMap

responseMap

Map<K,V> responseMap

currentResponse

BasicXmlDocument currentResponse

merchantDefinedMap

Map<K,V> merchantDefinedMap

creditCard

CreditCard creditCard

eCheck

ECheck eCheck

customer

Customer customer

emailReceipt

EmailReceipt emailReceipt

order

Order order

shippingAddress

ShippingAddress shippingAddress

shippingCharges

ShippingCharges shippingCharges

transactionType

TransactionType transactionType

cardPresent

boolean cardPresent

MD5Value

String MD5Value

Package net.authorize.aim.cardpresent

Class net.authorize.aim.cardpresent.PrepaidCard extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestedAmount

double requestedAmount

approvedAmount

double approvedAmount

balanceAmountOnCard

double balanceAmountOnCard

Class net.authorize.aim.cardpresent.Result extends Result<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

responseCode

ResponseCode responseCode

responseReasonCodes

ArrayList<E> responseReasonCodes

authCode

String authCode

avsResultCode

AVSCode avsResultCode

cardCodeResponse

CardCodeResponseType cardCodeResponse

transId

String transId

refTransId

String refTransId

transHash

String transHash

testMode

boolean testMode

userRef

String userRef

prepaidCard

PrepaidCard prepaidCard

splitTenderId

String splitTenderId

xmlResponseDocument

BasicXmlDocument xmlResponseDocument

Package net.authorize.arb

Class net.authorize.arb.Result extends Result<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

subscriptionStatus

SubscriptionStatusType subscriptionStatus

resultSubscriptionId

String resultSubscriptionId

Class net.authorize.arb.Transaction extends Transaction implements Serializable

serialVersionUID: 1L

Serialized Fields

merchant

Merchant merchant

transactionType

TransactionType transactionType

currentRequest

BasicXmlDocument currentRequest

currentResponse

BasicXmlDocument currentResponse

Package net.authorize.cim

Class net.authorize.cim.Result extends Result<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

refId

String refId

customerProfileIdList

ArrayList<E> customerProfileIdList

customerProfile

CustomerProfile customerProfile

customerPaymentProfileIdList

ArrayList<E> customerPaymentProfileIdList

paymentProfileList

ArrayList<E> paymentProfileList

customerShippingAddressIdList

ArrayList<E> customerShippingAddressIdList

directResponseList

ArrayList<E> directResponseList

Class net.authorize.cim.Transaction extends Transaction implements Serializable

serialVersionUID: 1L

Serialized Fields

merchant

Merchant merchant

transactionType

TransactionType transactionType

refId

String refId

customerProfile

CustomerProfile customerProfile

paymentProfileList

ArrayList<E> paymentProfileList

paymentTransaction

PaymentTransaction paymentTransaction

extraOptions

Map<K,V> extraOptions

validationMode

ValidationModeType validationMode

currentRequest

BasicXmlDocument currentRequest

currentResponse

BasicXmlDocument currentResponse

Package net.authorize.data

Class net.authorize.data.Address extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

firstName

String firstName

lastName

String lastName

company

String company

address

String address

city

String city

state

String state

zipPostalCode

String zipPostalCode

country

String country

Class net.authorize.data.Customer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

firstName

String firstName

lastName

String lastName

company

String company

address

String address

city

String city

state

String state

zipPostalCode

String zipPostalCode

country

String country

phone

String phone

fax

String fax

email

String email

customerId

String customerId

customerIP

String customerIP

Class net.authorize.data.EmailReceipt extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

email

String email

emailCustomer

boolean emailCustomer

headerEmailReceipt

String headerEmailReceipt

footerEmailReceipt

String footerEmailReceipt

merchantEmail

String merchantEmail

Class net.authorize.data.Order extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

invoiceNumber

String invoiceNumber

purchaseOrderNumber

String purchaseOrderNumber

description

String description

totalAmount

BigDecimal totalAmount

shippingCharges

ShippingCharges shippingCharges

orderItems

List<E> orderItems

Class net.authorize.data.OrderItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

itemId

String itemId

itemName

String itemName

itemDescription

String itemDescription

itemQuantity

BigDecimal itemQuantity

itemPrice

BigDecimal itemPrice

itemTaxable

boolean itemTaxable

Class net.authorize.data.ShippingAddress extends Address implements Serializable

serialVersionUID: 1L

Class net.authorize.data.ShippingCharges extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taxItemName

String taxItemName

taxDescription

String taxDescription

taxAmount

BigDecimal taxAmount

freightItemName

String freightItemName

freightDescription

String freightDescription

freightAmount

BigDecimal freightAmount

dutyItemName

String dutyItemName

dutyItemDescription

String dutyItemDescription

dutyAmount

BigDecimal dutyAmount

taxExempt

boolean taxExempt

purchaseOrderNumber

String purchaseOrderNumber

Package net.authorize.data.arb

Class net.authorize.data.arb.PaymentSchedule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

interval_length

int interval_length

subscription_unit

SubscriptionUnitType subscription_unit

start_date

Date start_date

total_occurrences

int total_occurrences

trial_occurrences

int trial_occurrences

Class net.authorize.data.arb.Subscription extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

subscription_id

String subscription_id

name

String name

schedule

PaymentSchedule schedule

amount

BigDecimal amount

trial_amount

BigDecimal trial_amount

payment

Payment payment

customer

Customer customer

refId

String refId

order

Order order

Package net.authorize.data.cim

Class net.authorize.data.cim.CustomerProfile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

merchantCustomerId

String merchantCustomerId

description

String description

email

String email

customerProfileId

String customerProfileId

shipToAddressList

ArrayList<E> shipToAddressList

Class net.authorize.data.cim.PaymentProfile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

customerType

CustomerType customerType

billTo

Address billTo

paymentList

ArrayList<E> paymentList

customerPaymentProfileId

String customerPaymentProfileId

Package net.authorize.data.creditcard

Class net.authorize.data.creditcard.CreditCard extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

creditCardNumber

String creditCardNumber

expirationMonth

String expirationMonth

expirationYear

String expirationYear

expirationDate

Date expirationDate

cardType

CardType cardType

cardCode

String cardCode

cardholderAuthenticationIndicator

String cardholderAuthenticationIndicator

cardholderAuthenticationValue

String cardholderAuthenticationValue

avsCode

AVSCode avsCode

track1

String track1

track2

String track2

cardPresent

boolean cardPresent

Package net.authorize.data.echeck

Class net.authorize.data.echeck.ECheck extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routingNumber

String routingNumber

bankAccountNumber

String bankAccountNumber

bankAccountType

BankAccountType bankAccountType

bankName

String bankName

bankAccountName

String bankAccountName

eCheckType

ECheckType eCheckType

bankCheckNumber

String bankCheckNumber

Package net.authorize.data.reporting

Class net.authorize.data.reporting.ReturnedItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

dateUTC

Date dateUTC

dateLocal

Date dateLocal

code

String code

description

String description

Class net.authorize.data.reporting.Solution extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

Class net.authorize.data.reporting.Subscription extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

payNum

int payNum

Package net.authorize.data.xml

Class net.authorize.data.xml.Address extends Address implements Serializable

serialVersionUID: 1L

Serialized Fields

phoneNumber

String phoneNumber

faxNumber

String faxNumber

addressId

String addressId

Class net.authorize.data.xml.BankAccount extends ECheck implements Serializable

serialVersionUID: 1L

Class net.authorize.data.xml.Customer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

billTo

Address billTo

shipTo

Address shipTo

license

DriversLicense license

customerType

CustomerType customerType

id

String id

email

String email

phoneNumber

String phoneNumber

faxNumber

String faxNumber

driversLicenseSpecified

boolean driversLicenseSpecified

taxId

String taxId

Class net.authorize.data.xml.DriversLicense extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

number

String number

state

String state

birth_date

Date birth_date

Class net.authorize.data.xml.Payment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

credit_card

CreditCard credit_card

bank_account

BankAccount bank_account

Package net.authorize.reporting

Class net.authorize.reporting.Result extends Result<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

refId

String refId

reportingDetails

ReportingDetails reportingDetails

Class net.authorize.reporting.Transaction extends Transaction implements Serializable

serialVersionUID: 1L

Serialized Fields

merchant

Merchant merchant

transactionType

TransactionType transactionType

reportingDetails

ReportingDetails reportingDetails

currentRequest

BasicXmlDocument currentRequest

currentResponse

BasicXmlDocument currentResponse

Package net.authorize.sim

Class net.authorize.sim.Result extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

responseMap

Map<K,V> responseMap

responseCode

ResponseCode responseCode

reasonResponseCode

ResponseReasonCode reasonResponseCode

apiLoginId

String apiLoginId

merchantMD5Key

String merchantMD5Key

Class net.authorize.sim.Transaction extends Transaction implements Serializable

serialVersionUID: 1L

Serialized Fields

formInputMap

LinkedHashMap<K,V> formInputMap

fieldsToRename

Map<K,V> fieldsToRename

fingerprint

Fingerprint fingerprint

hostedPaymentFormSettings

HostedPaymentFormSettings hostedPaymentFormSettings

hostedReceiptPageSettings

HostedReceiptPageSettings hostedReceiptPageSettings

environment

Environment environment

Package net.authorize.util

Class net.authorize.util.BasicXmlDocument extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

document

Document document

sourceFile

String sourceFile

accessible

boolean accessible

dbf

DocumentBuilderFactory dbf

db

DocumentBuilder db

xmlParseTime

long xmlParseTime

resolve_path

String resolve_path

errors

ArrayList<E> errors

Package net.authorize.xml

Class net.authorize.xml.Result extends Result<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

resultCode

String resultCode

messages

ArrayList<E> messages



Copyright © 2014. All Rights Reserved.