Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
V
W
X
Z
A
addBatchStatistics(BatchStatistics)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
Add batch statistics object to the existing list.
addCharEntity(int, StringBuilder)
- Static method in class net.authorize.util.
StringUtils
Convert integer to char entity
addError(String)
- Method in class net.authorize.util.
BasicXmlDocument
addExtraOption(String, String)
- Method in class net.authorize.cim.
Transaction
Add extra option to the extra options map.
addFieldToRename(String, String)
- Method in class net.authorize.sim.
Transaction
Add a field to rename.
addFormInput(String, String)
- Method in class net.authorize.sim.
Transaction
Add an input name and replacement data to the list of fields that should not be auto populated in the createForm method.
addOrderItem(OrderItem)
- Method in class net.authorize.data.
Order
Adds an OrderItem to the list of OrderItems - provided the list of items isn't already at the max of 30.
addPayment(Payment)
- Method in class net.authorize.data.cim.
PaymentProfile
Add a Payment container to the payment list.
addPaymentProfile(PaymentProfile)
- Method in class net.authorize.cim.
Transaction
Add a payment profile.
Address
- Class in
net.authorize.data
Address()
- Constructor for class net.authorize.data.
Address
address
- Variable in class net.authorize.data.
Address
Address
- Class in
net.authorize.data.xml
Address()
- Constructor for class net.authorize.data.xml.
Address
addressId
- Variable in class net.authorize.data.xml.
Address
addShipToAddress(Address)
- Method in class net.authorize.data.cim.
CustomerProfile
Add an address to the ship to list.
ARB_EXPIRY_DATE_FORMAT
- Static variable in class net.authorize.data.creditcard.
CreditCard
AuthNetField
- Enum in
net.authorize
Enumeration to handle all the x_ field names and xml element names
AVSCode
- Enum in
net.authorize.data.creditcard
Address Verification Service (AVS) response codes.
B
BankAccount
- Class in
net.authorize.data.xml
BankAccount()
- Constructor for class net.authorize.data.xml.
BankAccount
bankAccountName
- Variable in class net.authorize.data.echeck.
ECheck
bankAccountNumber
- Variable in class net.authorize.data.echeck.
ECheck
BankAccountType
- Enum in
net.authorize.data.echeck
Supported bank account types.
bankAccountType
- Variable in class net.authorize.data.echeck.
ECheck
bankCheckNumber
- Variable in class net.authorize.data.echeck.
ECheck
bankName
- Variable in class net.authorize.data.echeck.
ECheck
BasicXmlDocument
- Class in
net.authorize.util
BasicXmlDocument()
- Constructor for class net.authorize.util.
BasicXmlDocument
BasicXmlDocument(String)
- Constructor for class net.authorize.util.
BasicXmlDocument
BatchDetails
- Class in
net.authorize.data.xml.reporting
Batch related reporting information.
BatchStatistics
- Class in
net.authorize.data.xml.reporting
Batch statistical data.
billTo
- Variable in class net.authorize.data.cim.
PaymentProfile
BRACKET_PIPE_DELIMITER
- Static variable in class net.authorize.
Transaction
Button
- Class in
net.authorize.sim.button
Button()
- Constructor for class net.authorize.sim.button.
Button
buttonType
- Variable in class net.authorize.sim.button.
Button
ButtonType
- Enum in
net.authorize.sim.button
C
CardCodeResponseType
- Enum in
net.authorize.data.xml.reporting
Card code type.
CardType
- Enum in
net.authorize.data.creditcard
Supported payment card types.
CAVVResponseType
- Enum in
net.authorize.data.xml.reporting
Cardholder Authentication Verification type.
city
- Variable in class net.authorize.data.
Address
company
- Variable in class net.authorize.data.
Address
Constants
- Class in
net.authorize.util
Constants()
- Constructor for class net.authorize.util.
Constants
convertStreamToString(InputStream)
- Static method in class net.authorize.util.
HttpClient
Converts a response inputstream into a string.
copy(Object)
- Static method in class net.authorize.util.
DeepCopy
Returns a copy of the object, or null if the object cannot be serialized.
country
- Variable in class net.authorize.data.
Address
CP_VERSION
- Static variable in class net.authorize.
Merchant
create(String, Class<T>)
- Static method in class net.authorize.util.
XmlUtility
Helper method to de-serialize XML to an object.
createAddress()
- Static method in class net.authorize.data.
Address
createAddress()
- Static method in class net.authorize.data.xml.
Address
createAIMTransaction(TransactionType, BigDecimal)
- Method in class net.authorize.
Merchant
Creates a new AIM Transaction.
createARBTransaction(TransactionType, Subscription)
- Method in class net.authorize.
Merchant
Creates a new ARB Transaction.
createBankAccount()
- Static method in class net.authorize.data.xml.
BankAccount
createBatchDetail()
- Static method in class net.authorize.data.xml.reporting.
BatchDetails
createBatchStatistics()
- Static method in class net.authorize.data.xml.reporting.
BatchStatistics
createButton(String, int, int, int, String)
- Static method in class net.authorize.sim.button.
ImageButton
createButton(String, String)
- Static method in class net.authorize.sim.button.
TextButton
createCIMTransaction(TransactionType)
- Method in class net.authorize.
Merchant
Creates a new CIM Transaction.
createCreditCard()
- Static method in class net.authorize.data.creditcard.
CreditCard
createCustomer()
- Static method in class net.authorize.data.
Customer
createCustomer()
- Static method in class net.authorize.data.xml.
Customer
createCustomerProfile()
- Static method in class net.authorize.data.cim.
CustomerProfile
Create a new CustomerProfile object
createDirectResponse(String)
- Static method in class net.authorize.data.cim.
DirectResponse
Create a validation direct response from a passed in string.
createECheck()
- Static method in class net.authorize.data.echeck.
ECheck
createElement(String)
- Method in class net.authorize.util.
BasicXmlDocument
createEmailReceipt()
- Static method in class net.authorize.data.
EmailReceipt
createEnvironment(String, String)
- Static method in enum net.authorize.
Environment
If a custom environment needs to be supported, this convenience create method can be used to pass in a custom baseUrl.
createEnvironment(String, String, String)
- Static method in enum net.authorize.
Environment
If a custom environment needs to be supported, this convenience create method can be used to pass in a custom baseUrl.
createFDSFilter()
- Static method in class net.authorize.data.xml.reporting.
FDSFilter
createFingerprint(String, String, long, String)
- Static method in class net.authorize.sim.
Fingerprint
Creates a fingerprint with raw data fields.
createFingerprint(Merchant, long, BigDecimal)
- Static method in class net.authorize.sim.
Fingerprint
Create a fingerprint with object based fields.
createForm(String, String, Button)
- Method in class net.authorize.sim.
Transaction
Return an HTML form with all inputs.
createHostedPaymentFormSettings()
- Static method in class net.authorize.sim.data.
HostedPaymentFormSettings
createHostedReceiptPageSettings()
- Static method in class net.authorize.sim.data.
HostedReceiptPageSettings
Creates an instance of a HostedReceiptPageSettings class.
createMerchant(Environment, String, String)
- Static method in class net.authorize.
Merchant
createMessage()
- Static method in class net.authorize.xml.
Message
createOrder()
- Static method in class net.authorize.data.
Order
createOrderItem()
- Static method in class net.authorize.data.
OrderItem
createPayment(CreditCard)
- Static method in class net.authorize.data.xml.
Payment
createPayment(BankAccount)
- Static method in class net.authorize.data.xml.
Payment
createPaymentProfile()
- Static method in class net.authorize.data.cim.
PaymentProfile
createPaymentSchedule()
- Static method in class net.authorize.data.arb.
PaymentSchedule
createPaymentTransaction()
- Static method in class net.authorize.data.cim.
PaymentTransaction
createPrepaidCard()
- Static method in class net.authorize.aim.cardpresent.
PrepaidCard
Create a prepaidCard.
createPrepaidCard(double, double, double)
- Static method in class net.authorize.aim.cardpresent.
PrepaidCard
Creates a populated PrepaidCard
createPrepaidCard(String, String, String)
- Static method in class net.authorize.aim.cardpresent.
PrepaidCard
Creates a populated PrepaidCard
createRelayResponseRedirectUrl(String, Map<String, String[]>)
- Static method in class net.authorize.sim.
Transaction
Build a relay response url for the relay response redirect.
createReportingDetails()
- Static method in class net.authorize.data.xml.reporting.
ReportingDetails
createReportingTransaction(TransactionType)
- Method in class net.authorize.
Merchant
Creates a new Reporting Transaction.
createResult(T, BasicXmlDocument)
- Static method in class net.authorize.aim.cardpresent.
Result
createResult(T, Map<ResponseField, String>)
- Static method in class net.authorize.aim.
Result
createResult(T, BasicXmlDocument)
- Static method in class net.authorize.arb.
Result
createResult(T, BasicXmlDocument)
- Static method in class net.authorize.cim.
Result
createResult(T, BasicXmlDocument)
- Static method in class net.authorize.reporting.
Result
createResult(String, String, Map<String, String[]>)
- Static method in class net.authorize.sim.
Result
Create a result for SIM based on the response map.
createResult(T, BasicXmlDocument)
- Static method in class net.authorize.xml.
Result
createReturnedItem()
- Static method in class net.authorize.data.reporting.
ReturnedItem
Create a returnedItem.
createReturnedItem(String, Date, Date, String, String)
- Static method in class net.authorize.data.reporting.
ReturnedItem
Creates a populated ReturnedItem
createShippingAddress()
- Static method in class net.authorize.data.
ShippingAddress
createShippingCharges()
- Static method in class net.authorize.data.
ShippingCharges
createSIMTransaction(TransactionType, long, BigDecimal)
- Method in class net.authorize.
Merchant
Creates a new SIM Transaction.
createSolution()
- Static method in class net.authorize.data.reporting.
Solution
Create a solution.
createSolution(String, String)
- Static method in class net.authorize.data.reporting.
Solution
Creates a populated Solution
createSubscription()
- Static method in class net.authorize.data.arb.
Subscription
Create a subscription.
createSubscription()
- Static method in class net.authorize.data.reporting.
Subscription
Create a subscription.
createSubscription(int, int)
- Static method in class net.authorize.data.reporting.
Subscription
Creates a populated Subscription
createTransaction(Transaction, Map<ResponseField, String>)
- Static method in class net.authorize.aim.
Transaction
Create a transaction from a responseMap.
createTransaction(Transaction, BasicXmlDocument)
- Static method in class net.authorize.aim.
Transaction
Create a transaction from a response XML doc.
createTransaction(Merchant, TransactionType, BigDecimal)
- Static method in class net.authorize.aim.
Transaction
Create a Transaction for a merchant.
createTransaction(Merchant, TransactionType, Subscription)
- Static method in class net.authorize.arb.
Transaction
Creates a transaction.
createTransaction(Transaction, BasicXmlDocument)
- Static method in class net.authorize.arb.
Transaction
Create a transaction from a response.
createTransaction(Merchant, TransactionType)
- Static method in class net.authorize.cim.
Transaction
Creates a transaction.
createTransaction(Transaction, BasicXmlDocument)
- Static method in class net.authorize.cim.
Transaction
Create a transaction from a response.
createTransaction(Merchant, TransactionType)
- Static method in class net.authorize.reporting.
Transaction
Creates a transaction.
createTransaction(Transaction, BasicXmlDocument)
- Static method in class net.authorize.reporting.
Transaction
Create a transaction from a response.
createTransaction(Merchant, TransactionType, long, BigDecimal)
- Static method in class net.authorize.sim.
Transaction
Create a Transaction for a given merchant.
createTransactionDetails()
- Static method in class net.authorize.data.xml.reporting.
TransactionDetails
CreditCard
- Class in
net.authorize.data.creditcard
CreditCard()
- Constructor for class net.authorize.data.creditcard.
CreditCard
CURRENCY_DECIMAL_PLACES
- Static variable in class net.authorize.
Transaction
Customer
- Class in
net.authorize.data
Customer specific information.
Customer
- Class in
net.authorize.data.xml
Customer()
- Constructor for class net.authorize.data.xml.
Customer
customerPaymentProfileId
- Variable in class net.authorize.data.cim.
PaymentProfile
customerPaymentProfileIdList
- Variable in class net.authorize.cim.
Result
customerProfile
- Variable in class net.authorize.cim.
Result
CustomerProfile
- Class in
net.authorize.data.cim
customerProfileId
- Variable in class net.authorize.data.cim.
CustomerProfile
customerProfileIdList
- Variable in class net.authorize.cim.
Result
customerShippingAddressIdList
- Variable in class net.authorize.cim.
Result
customerType
- Variable in class net.authorize.data.cim.
PaymentProfile
CustomerType
- Enum in
net.authorize.data.xml
D
DATE_FORMAT
- Static variable in class net.authorize.data.xml.reporting.
ReportingDetails
DATE_FORMAT_FULL
- Static variable in class net.authorize.data.xml.reporting.
ReportingDetails
DateUtil
- Class in
net.authorize.util
DateUtil()
- Constructor for class net.authorize.util.
DateUtil
debug(Log, String, Object...)
- Static method in class net.authorize.util.
LogHelper
DeepCopy
- Class in
net.authorize.util
Utility for making deep copies (vs.
DeepCopy()
- Constructor for class net.authorize.util.
DeepCopy
descapeStringForXml(String)
- Static method in class net.authorize.util.
XmlUtility
Helper method to decode a string from XML string Returns the same string if null or empty
description
- Variable in class net.authorize.data.cim.
CustomerProfile
description
- Variable in class net.authorize.data.
Order
DeviceType
- Enum in
net.authorize
DeviceType is used for Card Present transactions.
DirectResponse
- Class in
net.authorize.data.cim
directResponseList
- Variable in class net.authorize.cim.
Result
DriversLicense
- Class in
net.authorize.data.xml
DriversLicense()
- Constructor for class net.authorize.data.xml.
DriversLicense
dump()
- Method in class net.authorize.util.
BasicXmlDocument
dump(boolean)
- Method in class net.authorize.util.
BasicXmlDocument
dumpToDisk(String)
- Method in class net.authorize.util.
BasicXmlDocument
dumpToDisk(String, boolean)
- Method in class net.authorize.util.
BasicXmlDocument
E
ECheck
- Class in
net.authorize.data.echeck
ECheck()
- Constructor for class net.authorize.data.echeck.
ECheck
eCheckType
- Variable in class net.authorize.data.echeck.
ECheck
ECheckType
- Enum in
net.authorize.data.echeck
eCheck.Net transaction types supported by the Authorize.Net Payment Gateway ARC - Accounts Receivable Conversion BOC - Back Office Conversion CCD - Cash Concentration or Disbursement PPD - Prearranged Payment and Deposit Entry TEL - Telephone-Initiated Entry WEB - Internet-Initiated Entry
email
- Variable in class net.authorize.data.cim.
CustomerProfile
EmailReceipt
- Class in
net.authorize.data
Merchants can opt to send a payment gateway generated email receipt to customers who provide an email address with their transaction.
EMPTY_STRING
- Static variable in class net.authorize.
Transaction
ENCAP_CHAR_DELIMITER
- Static variable in class net.authorize.
Transaction
ENCODING
- Static variable in class net.authorize.util.
HttpClient
ENV_API_LOGINID
- Static variable in class net.authorize.util.
Constants
ENV_CP_API_LOGINID
- Static variable in class net.authorize.util.
Constants
ENV_CP_TRANSACTION_KEY
- Static variable in class net.authorize.util.
Constants
ENV_MD5_HASHKEY
- Static variable in class net.authorize.util.
Constants
ENV_TRANSACTION_KEY
- Static variable in class net.authorize.util.
Constants
Environment
- Enum in
net.authorize
Determines which environment to post transactions against.
error(Log, String, Object...)
- Static method in class net.authorize.util.
LogHelper
ERROR
- Static variable in class net.authorize.xml.
Result
escapeStringForXml(String)
- Static method in class net.authorize.util.
XmlUtility
Helper method to encode a string to XML Returns the same string if null or empty
execute(Environment, Transaction)
- Static method in class net.authorize.util.
HttpClient
Executes a Transaction against a given Environment.
executeXML(Environment, Transaction)
- Static method in class net.authorize.util.
HttpClient
Executes a Transaction against a given Environment.
extraOptions
- Variable in class net.authorize.cim.
Transaction
F
FALSE
- Static variable in class net.authorize.
Transaction
faxNumber
- Variable in class net.authorize.data.xml.
Address
FDSFilter
- Class in
net.authorize.data.xml.reporting
Fraud Detection Suite filter enumeration.
FDSFilterActionType
- Enum in
net.authorize.data.xml.reporting
The action taken for a transaction that triggered one or more of the Advanced Fraud Detection Suite filters.
findByCode(String)
- Static method in enum net.authorize.data.echeck.
NOCCode
findByCode(String)
- Static method in enum net.authorize.data.echeck.
ReturnCode
findByFieldName(String)
- Static method in enum net.authorize.
ResponseField
Lookup a ResponseField by it's field name.
findByName(String)
- Static method in enum net.authorize.data.xml.
CustomerType
Lookup a CustomerType by it's name.
findByReasonCode(int)
- Static method in enum net.authorize.
ResponseReasonCode
Lookup a response reason code by the reason response code itself.
findByReasonCode(String)
- Static method in enum net.authorize.
ResponseReasonCode
Lookup a response reason code by the reason response code itself.
findByResponseCode(int)
- Static method in enum net.authorize.
ResponseCode
Lookup a ResponseCode by it's response code.
findByResponseCode(String)
- Static method in enum net.authorize.
ResponseCode
Lookup a ResponseCode by it's response code.
findByValue(String)
- Static method in enum net.authorize.data.creditcard.
AVSCode
findByValue(String)
- Static method in enum net.authorize.data.creditcard.
CardType
findByValue(String)
- Static method in enum net.authorize.data.echeck.
BankAccountType
findByValue(String)
- Static method in enum net.authorize.data.echeck.
ECheckType
findByValue(String)
- Static method in enum net.authorize.data.xml.reporting.
CardCodeResponseType
findByValue(String)
- Static method in enum net.authorize.data.xml.reporting.
CAVVResponseType
findByValue(String)
- Static method in enum net.authorize.data.xml.reporting.
FDSFilterActionType
Fingerprint
- Class in
net.authorize.sim
firstName
- Variable in class net.authorize.data.
Address
fromValue(String)
- Static method in enum net.authorize.data.arb.
SubscriptionStatusType
fromValue(String)
- Static method in enum net.authorize.data.arb.
SubscriptionUnitType
fromValue(String)
- Static method in enum net.authorize.data.xml.reporting.
ReportingTransactionType
fromValue(String)
- Static method in enum net.authorize.data.xml.reporting.
SettlementStateType
fromValue(String)
- Static method in enum net.authorize.data.xml.reporting.
TransactionStatusType
G
get(int)
- Static method in enum net.authorize.
ResponseField
Get the ResponseField identified by the order specified.
getAccountNumber()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getAccountType()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getAccountType()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getAction()
- Method in class net.authorize.data.xml.reporting.
FDSFilter
getAddress()
- Method in class net.authorize.data.
Address
getAddress()
- Method in class net.authorize.data.
Customer
getAddressId()
- Method in class net.authorize.data.xml.
Address
getAlt()
- Method in class net.authorize.sim.button.
ImageButton
getAmount()
- Method in class net.authorize.data.arb.
Subscription
Get the subscription amount.
getApprovalCode()
- Method in class net.authorize.data.cim.
PaymentTransaction
getApprovedAmount()
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Gets amount approved in the transaction
getAuthAmount()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getAuthCode()
- Method in class net.authorize.aim.cardpresent.
Result
getAuthCode()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getAuthorizationCode()
- Method in class net.authorize.aim.
Transaction
Get the authorization code of the transaction.
getAvsCode()
- Method in class net.authorize.data.creditcard.
CreditCard
getAvsResponse()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getAvsResultCode()
- Method in class net.authorize.aim.cardpresent.
Result
getBackgroundColor()
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
getBackgroundUrl()
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
getBalanceAmountOnCard()
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Gets remaining balance on the card
getBankAccount()
- Method in class net.authorize.data.xml.
Payment
getBankAccountName()
- Method in class net.authorize.data.echeck.
ECheck
getBankAccountNumber()
- Method in class net.authorize.data.echeck.
ECheck
getBankAccountNumberMasked()
- Method in class net.authorize.data.cim.
PaymentTransaction
getBankAccountType()
- Method in class net.authorize.data.echeck.
ECheck
getBankCheckNumber()
- Method in class net.authorize.data.echeck.
ECheck
getBankName()
- Method in class net.authorize.data.echeck.
ECheck
getBankRoutingNumberMasked()
- Method in class net.authorize.data.cim.
PaymentTransaction
getBaseUrl()
- Method in enum net.authorize.
Environment
getBatch()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getBatchDetailsList()
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
getBatchFirstSettlementDate()
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
getBatchId()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
getBatchId()
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
getBatchLastSettlementDate()
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
getBatchStatisticsList()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
getBillTo()
- Method in class net.authorize.data.cim.
PaymentProfile
Gets the value of the billTo property.
getBillTo()
- Method in class net.authorize.data.xml.
Customer
getBirthDate()
- Method in class net.authorize.data.xml.
DriversLicense
getBooleanProperty(String)
- Static method in enum net.authorize.
Environment
Reads a boolean value from property file and/or the environment Values in property file supersede the values set in environment
getBorder()
- Method in class net.authorize.sim.button.
ImageButton
getButtonType()
- Method in class net.authorize.sim.button.
Button
getCardCode()
- Method in class net.authorize.data.cim.
PaymentTransaction
getCardCode()
- Method in class net.authorize.data.creditcard.
CreditCard
getCardCodeResponse()
- Method in class net.authorize.aim.cardpresent.
Result
getCardCodeResponse()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getCardCodeVerification()
- Method in class net.authorize.data.creditcard.
CreditCard
Deprecated.
As of release 1.4.2, replaced by
CreditCard.getCardCode()
getCardholderAuthenticationIndicator()
- Method in class net.authorize.data.creditcard.
CreditCard
getCardholderAuthenticationValue()
- Method in class net.authorize.data.creditcard.
CreditCard
getCardPresentUrl()
- Method in enum net.authorize.
Environment
getCardType()
- Method in class net.authorize.data.creditcard.
CreditCard
getCardType(String)
- Static method in class net.authorize.util.
Luhn
Return the CardType by inspecting the first digits of the card number.
getCAVVResponse()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getChargeAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getChargebackAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getChargebackCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getChargeChargebackAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getChargeChargebackCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getChargeCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getChargeReturnedItemsAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getChargeReturnedItemsCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getCIMValue()
- Method in enum net.authorize.
TransactionType
Return the value needed for CIM integrations.
getCity()
- Method in class net.authorize.data.
Address
getCity()
- Method in class net.authorize.data.
Customer
getCode()
- Method in enum net.authorize.data.echeck.
NOCCode
getCode()
- Method in enum net.authorize.data.echeck.
ReturnCode
getCode()
- Method in class net.authorize.data.reporting.
ReturnedItem
getCode()
- Method in enum net.authorize.
ResponseCode
getCode()
- Method in class net.authorize.xml.
Message
Message code (ie.
getCompany()
- Method in class net.authorize.data.
Address
getCompany()
- Method in class net.authorize.data.
Customer
getCorrectionNoticeCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getCountry()
- Method in class net.authorize.data.
Address
getCountry()
- Method in class net.authorize.data.
Customer
getCreditCard()
- Method in class net.authorize.aim.
Transaction
Get the CreditCard associated with the transaction.
getCreditCard()
- Method in class net.authorize.data.xml.
Payment
getCreditCardNumber()
- Method in class net.authorize.data.creditcard.
CreditCard
getCreditCardNumberMasked()
- Method in class net.authorize.data.cim.
PaymentTransaction
getCssClass()
- Method in class net.authorize.sim.button.
TextButton
getCurrencyCode()
- Method in class net.authorize.aim.
Transaction
Get the currency code for Card Present transactions.
getCurrentRequest()
- Method in class net.authorize.arb.
Transaction
Returns the current request.
getCurrentRequest()
- Method in class net.authorize.cim.
Transaction
Returns the current request.
getCurrentRequest()
- Method in class net.authorize.reporting.
Transaction
Returns the current request.
getCurrentResponse()
- Method in class net.authorize.aim.
Transaction
Return a response XML doc if the transaction was a Card Present transaction.
getCurrentResponse()
- Method in class net.authorize.arb.
Transaction
Returns the current response.
getCurrentResponse()
- Method in class net.authorize.cim.
Transaction
Returns the current response.
getCurrentResponse()
- Method in class net.authorize.reporting.
Transaction
Returns the current response.
getCustomer()
- Method in class net.authorize.aim.
Transaction
Get the Customer information associated with the transaction.
getCustomer()
- Method in class net.authorize.data.arb.
Subscription
Get the customer container.
getCustomer()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getCustomerId()
- Method in class net.authorize.data.
Customer
getCustomerIP()
- Method in class net.authorize.data.
Customer
getCustomerIP()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getCustomerPaymentProfile()
- Method in class net.authorize.cim.
Result
Get the first/only payment profile from a possible list of many
getCustomerPaymentProfileId()
- Method in class net.authorize.data.cim.
PaymentProfile
getCustomerPaymentProfileId()
- Method in class net.authorize.data.cim.
PaymentTransaction
getCustomerPaymentProfileIdList()
- Method in class net.authorize.cim.
Result
getCustomerPaymentProfileList()
- Method in class net.authorize.cim.
Result
getCustomerProfile()
- Method in class net.authorize.cim.
Result
getCustomerProfileId()
- Method in class net.authorize.cim.
Result
Get the first/only customer profile id from a possible list of many
getCustomerProfileId()
- Method in class net.authorize.data.cim.
CustomerProfile
Get the customer profile id.
getCustomerProfileIdList()
- Method in class net.authorize.cim.
Result
getCustomerShippingAddressId()
- Method in class net.authorize.data.cim.
PaymentTransaction
getCustomerShippingAddressIdList()
- Method in class net.authorize.cim.
Result
getCustomerType()
- Method in class net.authorize.data.cim.
PaymentProfile
Gets the value of the customerType property.
getCustomerType()
- Method in class net.authorize.data.xml.
Customer
getDateFromFormattedDate(String, String)
- Static method in class net.authorize.util.
DateUtil
getDateLocal()
- Method in class net.authorize.data.reporting.
ReturnedItem
getDateUTC()
- Method in class net.authorize.data.reporting.
ReturnedItem
getDeclineCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getDecodedString(Node)
- Static method in class net.authorize.
Transaction
Try to decode string value from xml node as per proper xml requirements
getDescription()
- Method in class net.authorize.data.cim.
CustomerProfile
Gets the value of the description property.
getDescription()
- Method in enum net.authorize.data.creditcard.
AVSCode
getDescription()
- Method in enum net.authorize.data.echeck.
NOCCode
getDescription()
- Method in class net.authorize.data.
Order
getDescription()
- Method in class net.authorize.data.reporting.
ReturnedItem
getDescription()
- Method in enum net.authorize.data.xml.reporting.
CardCodeResponseType
getDescription()
- Method in enum net.authorize.data.xml.reporting.
CAVVResponseType
getDescription()
- Method in enum net.authorize.
ResponseCode
getDeviceType()
- Method in class net.authorize.
Merchant
getDirectResponseList()
- Method in class net.authorize.cim.
Result
Get the directResponse list
getDirectResponseMap()
- Method in class net.authorize.data.cim.
DirectResponse
getDirectResponseString()
- Method in class net.authorize.data.cim.
DirectResponse
getDocument()
- Method in class net.authorize.util.
BasicXmlDocument
getDocumentElement()
- Method in class net.authorize.util.
BasicXmlDocument
getDutyAmount()
- Method in class net.authorize.data.
ShippingCharges
getDutyItemDescription()
- Method in class net.authorize.data.
ShippingCharges
getDutyItemName()
- Method in class net.authorize.data.
ShippingCharges
getECheck()
- Method in class net.authorize.aim.
Transaction
getECheckType()
- Method in class net.authorize.data.echeck.
ECheck
getElementText(Element, String)
- Static method in class net.authorize.util.
BasicXmlDocument
Helper for getting element text from a parent.
getElementText(Element, String)
- Static method in class net.authorize.xml.
Result
Local wrapper for getting element text from a parent.
getEmail()
- Method in class net.authorize.data.cim.
CustomerProfile
Gets the value of the email property.
getEmail()
- Method in class net.authorize.data.
Customer
getEmail()
- Method in class net.authorize.data.
EmailReceipt
getEmail()
- Method in class net.authorize.data.xml.
Customer
getEmailReceipt()
- Method in class net.authorize.aim.
Transaction
Get the EmailReceipt associated with the transaction.
getEncodedString(BasicXmlDocument, String)
- Static method in class net.authorize.
Transaction
Try to encode string value as per proper xml requirements Will default to original value (without encoding) if there are any exceptions
getEnvironment()
- Method in class net.authorize.
Merchant
Get the Environment that transactions will be posted against.
getEnvironment()
- Method in class net.authorize.sim.
Transaction
getErrorCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getErrors()
- Method in class net.authorize.util.
BasicXmlDocument
getExpirationDate()
- Method in class net.authorize.data.creditcard.
CreditCard
Return the expiration date.
getExpirationMonth()
- Method in class net.authorize.data.creditcard.
CreditCard
getExpirationYear()
- Method in class net.authorize.data.creditcard.
CreditCard
getFax()
- Method in class net.authorize.data.
Customer
getFaxNumber()
- Method in class net.authorize.data.xml.
Address
getFaxNumber()
- Method in class net.authorize.data.xml.
Customer
getFDSFilterAction()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getFDSFilterList()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getFieldName()
- Method in enum net.authorize.
AuthNetField
getFieldName()
- Method in enum net.authorize.
ResponseField
getFieldsToRename()
- Method in class net.authorize.sim.
Transaction
getFingerprint()
- Method in class net.authorize.sim.
Transaction
getFingerprintHash()
- Method in class net.authorize.sim.
Fingerprint
Get the fingerprint hash.
getFirstName()
- Method in class net.authorize.data.
Address
getFirstName()
- Method in class net.authorize.data.
Customer
getFirstName()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getFooter()
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
getFooterEmailReceipt()
- Method in class net.authorize.data.
EmailReceipt
getFormattedDate(Date, String)
- Static method in class net.authorize.util.
DateUtil
getFormInputs()
- Method in class net.authorize.sim.
Transaction
Get the field names that should not be auto populated in the createForm method.
getFreightAmount()
- Method in class net.authorize.data.
ShippingCharges
getFreightDescription()
- Method in class net.authorize.data.
ShippingCharges
getFreightItemName()
- Method in class net.authorize.data.
ShippingCharges
getHeader()
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
getHeaderEmailReceipt()
- Method in class net.authorize.data.
EmailReceipt
getHeight()
- Method in class net.authorize.sim.button.
ImageButton
getHostedPaymentFormSettings()
- Method in class net.authorize.sim.
Transaction
getHostedReceiptPageSettings()
- Method in class net.authorize.sim.
Transaction
getId()
- Method in class net.authorize.data.reporting.
ReturnedItem
getId()
- Method in class net.authorize.data.reporting.
Solution
getId()
- Method in class net.authorize.data.reporting.
Subscription
Get the subscription id.
getId()
- Method in class net.authorize.data.xml.
Customer
getIntervaLength()
- Method in class net.authorize.data.arb.
PaymentSchedule
getIntProperty(String)
- Static method in enum net.authorize.
Environment
Reads a integer value from property file and/or the environment Values in property file supersede the values set in environment
getInvoiceNumber()
- Method in class net.authorize.data.
Order
getInvoiceNumber()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getItemDescription()
- Method in class net.authorize.data.
OrderItem
getItemId()
- Method in class net.authorize.data.
OrderItem
getItemName()
- Method in class net.authorize.data.
OrderItem
getItemPrice()
- Method in class net.authorize.data.
OrderItem
getItemQuantity()
- Method in class net.authorize.data.
OrderItem
getLastName()
- Method in class net.authorize.data.
Address
getLastName()
- Method in class net.authorize.data.
Customer
getLastName()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getLicense()
- Method in class net.authorize.data.xml.
Customer
getLinkColor()
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
getLinkMethod()
- Method in class net.authorize.sim.data.
HostedReceiptPageSettings
getLinkText()
- Method in class net.authorize.sim.data.
HostedReceiptPageSettings
getLinkUrl()
- Method in class net.authorize.sim.data.
HostedReceiptPageSettings
getLogin()
- Method in class net.authorize.
Merchant
Get the login.
getMarketType()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
marketTypeEnum
getMarketType()
- Method in class net.authorize.
Merchant
getMD5Value()
- Method in class net.authorize.aim.
Transaction
getMD5Value()
- Method in class net.authorize.
Merchant
getMerchantCustomerId()
- Method in class net.authorize.data.cim.
CustomerProfile
Gets the value of the merchantCustomerId property.
getMerchantDefinedField(String)
- Method in class net.authorize.aim.
Transaction
Get a merchant defined field.
getMerchantDefinedMap()
- Method in class net.authorize.aim.
Transaction
Get the merchant defined data map.
getMerchantEmail()
- Method in class net.authorize.data.
EmailReceipt
getMerchantLogoUrl()
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
getMessages()
- Method in class net.authorize.xml.
Result
getMethod()
- Method in enum net.authorize.
PaymentMethod
getName()
- Method in class net.authorize.data.arb.
Subscription
Get the name of the subscription.
getName()
- Method in class net.authorize.data.reporting.
Solution
getName()
- Method in class net.authorize.data.xml.reporting.
FDSFilter
getName()
- Method in class net.authorize.sim.button.
TextButton
getNocReason()
- Method in enum net.authorize.data.echeck.
NOCCode
getNotes()
- Method in enum net.authorize.
ResponseReasonCode
getNumber()
- Method in class net.authorize.data.xml.
DriversLicense
getOrder()
- Method in class net.authorize.aim.
Transaction
Get the Order associated with the transaction.
getOrder()
- Method in class net.authorize.data.arb.
Subscription
getOrder()
- Method in class net.authorize.data.cim.
PaymentTransaction
getOrder()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getOrderItems()
- Method in class net.authorize.data.
Order
getParseTime()
- Method in class net.authorize.util.
BasicXmlDocument
getPayment()
- Method in class net.authorize.data.arb.
Subscription
Get the payment container.
getPayment()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getPaymentList()
- Method in class net.authorize.data.cim.
PaymentProfile
getPaymentMethod()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
getPaymentProfileList()
- Method in class net.authorize.cim.
Transaction
getPayNum()
- Method in class net.authorize.data.reporting.
Subscription
Get the payNum.
getPhone()
- Method in class net.authorize.data.
Customer
getPhoneNumber()
- Method in class net.authorize.data.xml.
Address
getPhoneNumber()
- Method in class net.authorize.data.xml.
Customer
getPrepaidBalanceRemaining()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getPrepaidCard()
- Method in class net.authorize.aim.cardpresent.
Result
getProduct()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
productEnum
getProperty(String)
- Static method in enum net.authorize.
Environment
Reads the value from property file and/or the environment Values in property file supersede the values set in environment
getPurchaseOrderNumber()
- Method in class net.authorize.data.
Order
getPurchaseOrderNumber()
- Method in class net.authorize.data.
ShippingCharges
getReasonResponseCode()
- Method in class net.authorize.aim.
Result
getReasonResponseCode()
- Method in class net.authorize.sim.
Result
getReasonText()
- Method in enum net.authorize.
ResponseReasonCode
getRefId()
- Method in class net.authorize.cim.
Result
getRefId()
- Method in class net.authorize.cim.
Transaction
getRefId()
- Method in class net.authorize.data.arb.
Subscription
getRefId()
- Method in class net.authorize.reporting.
Result
getRefTransId()
- Method in class net.authorize.aim.cardpresent.
Result
getRefTransId()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getRefundAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getRefundChargebackAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getRefundChargebackCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getRefundCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getRefundReturnedItemsAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getRefundReturnedItemsCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getRelayResponseUrl()
- Method in class net.authorize.sim.
Transaction
SIM applications use relay response.
getReportingDetails()
- Method in class net.authorize.reporting.
Result
getReportingDetails()
- Method in class net.authorize.reporting.
Transaction
getRequestedAmount()
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Gets amount requested in the transaction
getRequestedAmount()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getRequestMap()
- Method in class net.authorize.aim.
Transaction
getResponseCode()
- Method in class net.authorize.aim.cardpresent.
Result
getResponseCode()
- Method in class net.authorize.aim.
Result
getResponseCode()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getResponseCode()
- Method in enum net.authorize.
ResponseReasonCode
getResponseCode()
- Method in class net.authorize.sim.
Result
getResponseField(ResponseField)
- Method in class net.authorize.aim.
Transaction
Returns the payment gateway response data for a specific ResponseField.
getResponseMap()
- Method in class net.authorize.aim.
Transaction
Return the payment gateway response data map.
getResponseMap()
- Method in class net.authorize.sim.
Result
getResponseOrder()
- Method in enum net.authorize.
ResponseField
getResponseReasonCode()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getResponseReasonCode()
- Method in enum net.authorize.
ResponseReasonCode
getResponseReasonCodes()
- Method in class net.authorize.aim.cardpresent.
Result
getResponseText()
- Method in class net.authorize.aim.
Result
getResponsOrder()
- Method in enum net.authorize.
ResponseField
Get the true response order.
getResultCode()
- Method in class net.authorize.xml.
Message
Message result code.
getResultCode()
- Method in class net.authorize.xml.
Result
Returns the result code.
getResultSubscriptionId()
- Method in class net.authorize.arb.
Result
Returns the result subscription id.
getReturnedItemAmount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getReturnedItemCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getReturnedItems()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getReturnType()
- Method in enum net.authorize.data.echeck.
ReturnCode
getRootElementXml(T)
- Static method in class net.authorize.util.
XmlUtility
Removes the XML prologue
getRootElementXml(String)
- Static method in class net.authorize.util.
XmlUtility
Removes the XML prologue
getRoutingNumber()
- Method in class net.authorize.data.echeck.
ECheck
getSchedule()
- Method in class net.authorize.data.arb.
Subscription
Get the payment schedule of the subscription.
getSequence()
- Method in class net.authorize.sim.
Fingerprint
Get the sequence that was used in creating the fingerprint.
getSettleAmount()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getSettlementState()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
getSettlementTimeLocal()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
getSettlementTimeUTC()
- Method in class net.authorize.data.xml.reporting.
BatchDetails
getShippingAddress()
- Method in class net.authorize.aim.
Transaction
Get the ShippingAddress for the transaction request.
getShippingCharges()
- Method in class net.authorize.aim.
Transaction
Get the ShippingCharges associated with the transaction.
getShippingCharges()
- Method in class net.authorize.data.
Order
Get the shipping charges associated with this order.
getShipTo()
- Method in class net.authorize.data.xml.
Customer
getShipToAddress()
- Method in class net.authorize.data.cim.
CustomerProfile
Return the first (perhaps only) address in the list.
getShipToAddressList()
- Method in class net.authorize.data.cim.
CustomerProfile
getShortTitle()
- Method in enum net.authorize.data.echeck.
ReturnCode
getSolution()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getSplitTenderId()
- Method in class net.authorize.aim.cardpresent.
Result
getSplitTenderId()
- Method in class net.authorize.data.cim.
PaymentTransaction
getSplitTenderId()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getSplitTenderStatus()
- Method in class net.authorize.data.cim.
PaymentTransaction
getSrc()
- Method in class net.authorize.sim.button.
ImageButton
getStartDate()
- Method in class net.authorize.data.arb.
PaymentSchedule
getState()
- Method in class net.authorize.data.
Address
getState()
- Method in class net.authorize.data.
Customer
getState()
- Method in class net.authorize.data.xml.
DriversLicense
getSubmitTimeLocal()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getSubmitTimeUTC()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getSubscription()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
Gets subscription for transaction details
getSubscriptionId()
- Method in class net.authorize.data.arb.
Subscription
Get the subscription id.
getSubscriptionStatus()
- Method in class net.authorize.arb.
Result
getSubscriptionUnit()
- Method in class net.authorize.data.arb.
PaymentSchedule
getTarget()
- Method in class net.authorize.
Result
Get the target (request + response transaction).
getTaxAmount()
- Method in class net.authorize.data.
ShippingCharges
getTaxDescription()
- Method in class net.authorize.data.
ShippingCharges
getTaxId()
- Method in class net.authorize.data.xml.
Customer
getTaxItemName()
- Method in class net.authorize.data.
ShippingCharges
getText()
- Method in class net.authorize.xml.
Message
Text description of the status.
getTextColor()
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
getTimeStamp()
- Method in class net.authorize.sim.
Fingerprint
Get the timestamp that was used in creating the fingerprint.
getTotalAmount()
- Method in class net.authorize.data.
Order
Return the total amount of the order.
getTotalOccurrences()
- Method in class net.authorize.data.arb.
PaymentSchedule
getTrack1()
- Method in class net.authorize.data.creditcard.
CreditCard
getTrack2()
- Method in class net.authorize.data.creditcard.
CreditCard
getTransaction()
- Method in class net.authorize.
Result
Get the request transaction.
getTransactionDetailList()
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
getTransactionId()
- Method in class net.authorize.aim.
Transaction
Return the payment gateway assigned transaction ID of the transaction.
getTransactionId()
- Method in class net.authorize.data.cim.
PaymentTransaction
getTransactionId()
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
getTransactionKey()
- Method in class net.authorize.
Merchant
Get the transaction key.
getTransactionStatus()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getTransactionType()
- Method in class net.authorize.aim.
Transaction
Get the transaction type.
getTransactionType()
- Method in class net.authorize.arb.
Transaction
getTransactionType()
- Method in class net.authorize.cim.
Transaction
getTransactionType()
- Method in class net.authorize.data.cim.
PaymentTransaction
Get the payment transaction type.
getTransactionType()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getTransactionType()
- Method in class net.authorize.reporting.
Transaction
getTransHash()
- Method in class net.authorize.aim.cardpresent.
Result
getTransId()
- Method in class net.authorize.aim.cardpresent.
Result
getTransId()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
getTrialAmount()
- Method in class net.authorize.data.arb.
Subscription
Get the trial amount of the subscription.
getTrialOccurrences()
- Method in class net.authorize.data.arb.
PaymentSchedule
getUserRef()
- Method in class net.authorize.aim.cardpresent.
Result
getUserRef()
- Method in class net.authorize.
Merchant
Get the UserRef value.
getValidationMode()
- Method in class net.authorize.cim.
Transaction
Get the validation mode.
getValue()
- Method in enum net.authorize.arb.
TransactionType
getValue()
- Method in enum net.authorize.cim.
TransactionType
getValue()
- Method in enum net.authorize.cim.
ValidationModeType
getValue()
- Method in enum net.authorize.data.creditcard.
AVSCode
getValue()
- Method in enum net.authorize.data.creditcard.
CardType
getValue()
- Method in enum net.authorize.data.echeck.
BankAccountType
getValue()
- Method in enum net.authorize.data.echeck.
ECheckType
getValue()
- Method in enum net.authorize.data.xml.reporting.
CardCodeResponseType
getValue()
- Method in enum net.authorize.data.xml.reporting.
CAVVResponseType
getValue()
- Method in enum net.authorize.
DeviceType
Return the DeviceType value.
getValue()
- Method in enum net.authorize.
MarketType
Return the MarketType value.
getValue()
- Method in enum net.authorize.reporting.
TransactionType
getValue()
- Method in class net.authorize.sim.button.
TextButton
getValue()
- Method in enum net.authorize.
TransactionType
Return the value needed for SIM/AIM integrations.
getVoidCount()
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
getWidth()
- Method in class net.authorize.sim.button.
ImageButton
getXml(T)
- Static method in class net.authorize.util.
XmlUtility
Helper method to serialize an object to XML.
getXmlBaseUrl()
- Method in enum net.authorize.
Environment
getXmlResponseDocument()
- Method in class net.authorize.aim.cardpresent.
Result
Return the response as a raw xml document.
getZipPostalCode()
- Method in class net.authorize.data.
Address
getZipPostalCode()
- Method in class net.authorize.data.
Customer
H
HostedPaymentFormSettings
- Class in
net.authorize.sim.data
When using the hosted payment form, settings can be configured to match the look of the merchant�s website.
HostedReceiptPageSettings
- Class in
net.authorize.sim.data
The hosted receipt page provides the customer with the status of their transaction and can include a link back to the merchant�s website.
HTTP_PROXY_HOST
- Static variable in class net.authorize.util.
Constants
HTTP_PROXY_PORT
- Static variable in class net.authorize.util.
Constants
HTTP_USE_PROXY
- Static variable in class net.authorize.util.
Constants
HttpClient
- Class in
net.authorize.util
Transportation object used to facilitate the communication with the respective gateway.
HttpClient()
- Constructor for class net.authorize.util.
HttpClient
HTTPS_PROXY_HOST
- Static variable in class net.authorize.util.
Constants
HTTPS_PROXY_PORT
- Static variable in class net.authorize.util.
Constants
HTTPS_USE_PROXY
- Static variable in class net.authorize.util.
Constants
I
ImageButton
- Class in
net.authorize.sim.button
importResponseMessages(Transaction)
- Method in class net.authorize.arb.
Result
Import the response messages into the result.
importResponseMessages(Transaction)
- Method in class net.authorize.xml.
Result
Import the response messages into the result.
info(Log, String, Object...)
- Static method in class net.authorize.util.
LogHelper
invoiceNumber
- Variable in class net.authorize.data.
Order
IsAccessible()
- Method in class net.authorize.util.
BasicXmlDocument
isAllowPartialAuth()
- Method in class net.authorize.
Merchant
Return true if the merchant has been enabled, via the SDK, to allow partial AUTH transactions.
isApproved()
- Method in class net.authorize.aim.cardpresent.
Result
isApproved()
- Method in class net.authorize.aim.
Result
isApproved()
- Method in class net.authorize.sim.
Result
isAuthorizeNet()
- Method in class net.authorize.aim.cardpresent.
Result
Verify that the relay response post is actually coming from AuthorizeNet.
isAuthorizeNet()
- Method in class net.authorize.sim.
Result
Verify that the relay response post is actually coming from AuthorizeNet.
isAuthorizeNetResponse(String, String, String, String, String)
- Static method in class net.authorize.
Result
Verify that the relay response post is actually coming from AuthorizeNet.
isBatchIncludeStatistics()
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
isCardPresent()
- Method in class net.authorize.aim.
Transaction
Return true if the transaction is a Card Present type transaction.
isCardPresent()
- Method in class net.authorize.data.creditcard.
CreditCard
isDeclined()
- Method in class net.authorize.aim.cardpresent.
Result
isDeclined()
- Method in class net.authorize.aim.
Result
isDeclined()
- Method in class net.authorize.sim.
Result
isDriversLicenseSpecified()
- Method in class net.authorize.data.xml.
Customer
isEmailCustomer()
- Method in class net.authorize.data.
EmailReceipt
isEmpty(String)
- Static method in class net.authorize.util.
StringUtils
Return true if the string is null or "".
isError()
- Method in class net.authorize.aim.cardpresent.
Result
isError()
- Method in class net.authorize.aim.
Result
isError()
- Method in class net.authorize.sim.
Result
isError()
- Method in class net.authorize.xml.
Result
Returns true if the response is Error.
isFullTransactionDetails()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
Deprecated.
isHasReturnedItems()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
isItemTaxable()
- Method in class net.authorize.data.
OrderItem
isItemTaxExempt()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
isNotEmpty(String)
- Static method in class net.authorize.util.
StringUtils
Return true if the string is not null and not == "".
isOk()
- Method in class net.authorize.xml.
Result
Returns true if the response is Ok.
isRecurringBilling()
- Method in class net.authorize.data.cim.
PaymentTransaction
isRecurringBilling()
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
isReview()
- Method in class net.authorize.aim.
Result
isReview()
- Method in class net.authorize.sim.
Result
isSandboxEnvironment()
- Method in class net.authorize.
Merchant
Return true if the environment is a sandbox type environment.
isShowPaymentForm()
- Method in class net.authorize.sim.
Transaction
Returns true if the payment data collection form should be displayed/used.
isTaxExempt()
- Method in class net.authorize.data.
ShippingCharges
isTestMode()
- Method in class net.authorize.aim.cardpresent.
Result
itemDescription
- Variable in class net.authorize.data.
OrderItem
itemId
- Variable in class net.authorize.data.
OrderItem
itemName
- Variable in class net.authorize.data.
OrderItem
itemPrice
- Variable in class net.authorize.data.
OrderItem
itemQuantity
- Variable in class net.authorize.data.
OrderItem
itemTaxable
- Variable in class net.authorize.data.
OrderItem
L
lastName
- Variable in class net.authorize.data.
Address
LICENSE_DATE_FORMAT
- Static variable in class net.authorize.data.xml.
DriversLicense
LinkMethod
- Enum in
net.authorize.sim
The type of link back to the merchant's website.
LogHelper
- Class in
net.authorize.util
Luhn
- Class in
net.authorize.util
Luhn()
- Constructor for class net.authorize.util.
Luhn
M
MarketType
- Enum in
net.authorize
MarketType is used for Card Present transactions.
MASKED_EXPIRY_DATE
- Static variable in class net.authorize.data.creditcard.
CreditCard
MAX_ACCOUNT_NUMBER_LENGTH
- Static variable in class net.authorize.data.echeck.
ECheck
MAX_ADDRES_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_ADDRESS_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_AUTH_CODE_LENGTH
- Static variable in class net.authorize.
Transaction
MAX_BANK_ACCOUNT_LENGTH
- Static variable in class net.authorize.data.echeck.
ECheck
MAX_BANK_CHECK_NUMBER_LENGTH
- Static variable in class net.authorize.data.echeck.
ECheck
MAX_BANK_NAME_LENGTH
- Static variable in class net.authorize.data.echeck.
ECheck
MAX_CITY_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_CITY_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_COMPANY_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_COMPANY_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_COUNTRY_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_COUNTRY_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_CUSTOMER_ID_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_CUSTOMER_IP_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_DESCRIPTION_LENGTH
- Static variable in class net.authorize.data.
Order
MAX_EMAIL_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_EMAIL_LENGTH
- Static variable in class net.authorize.data.
EmailReceipt
MAX_FAX_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_FIRST_NAME_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_FIRST_NAME_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_INVOICE_NUMBER_LENGTH
- Static variable in class net.authorize.data.
Order
MAX_ITEM_DESCRIPTION_LENGTH
- Static variable in class net.authorize.data.
OrderItem
MAX_ITEM_ID_LENGTH
- Static variable in class net.authorize.data.
OrderItem
MAX_ITEM_NAME_LENGTH
- Static variable in class net.authorize.data.
OrderItem
MAX_LAST_NAME_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_LAST_NAME_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_LOGIN_LENGTH
- Static variable in class net.authorize.
Merchant
MAX_ORDER_ITEM_SIZE
- Static variable in class net.authorize.data.
Order
MAX_PO_NUMBER_LENGTH
- Static variable in class net.authorize.data.
ShippingCharges
MAX_RECEIPT_LINK_TEXT_LENGTH
- Static variable in class net.authorize.sim.
Transaction
MAX_ROUTING_NUMBER_LENGTH
- Static variable in class net.authorize.data.echeck.
ECheck
MAX_STATE_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_STATE_LENGTH
- Static variable in class net.authorize.data.
Customer
MAX_TRANSACTION_KEY_LENGTH
- Static variable in class net.authorize.
Merchant
MAX_ZIP_LENGTH
- Static variable in class net.authorize.data.
Address
MAX_ZIP_LENGTH
- Static variable in class net.authorize.data.
Customer
MD5Value
- Variable in class net.authorize.aim.
Transaction
Merchant
- Class in
net.authorize
Container to hold authentication credentials.
merchantCustomerId
- Variable in class net.authorize.data.cim.
CustomerProfile
merchantDefinedMap
- Variable in class net.authorize.aim.
Transaction
Message
- Class in
net.authorize.xml
Contains information about the results of the request.
MessageDigestAlgorithm
- Static variable in class net.authorize.
Result
messages
- Variable in class net.authorize.xml.
Result
N
net.authorize
- package net.authorize
net.authorize.aim
- package net.authorize.aim
net.authorize.aim.cardpresent
- package net.authorize.aim.cardpresent
net.authorize.arb
- package net.authorize.arb
net.authorize.cim
- package net.authorize.cim
net.authorize.data
- package net.authorize.data
net.authorize.data.arb
- package net.authorize.data.arb
net.authorize.data.cim
- package net.authorize.data.cim
net.authorize.data.creditcard
- package net.authorize.data.creditcard
net.authorize.data.echeck
- package net.authorize.data.echeck
net.authorize.data.reporting
- package net.authorize.data.reporting
net.authorize.data.xml
- package net.authorize.data.xml
net.authorize.data.xml.reporting
- package net.authorize.data.xml.reporting
net.authorize.reporting
- package net.authorize.reporting
net.authorize.sim
- package net.authorize.sim
net.authorize.sim.button
- package net.authorize.sim.button
net.authorize.sim.data
- package net.authorize.sim.data
net.authorize.util
- package net.authorize.util
net.authorize.xml
- package net.authorize.xml
NOCCode
- Enum in
net.authorize.data.echeck
ACH notice of change (NOC) codes that may be received from the customer's bank in the event of a discrepancy in the bank information provided with the transaction.
O
OK
- Static variable in class net.authorize.xml.
Result
Order
- Class in
net.authorize.data
Order()
- Constructor for class net.authorize.data.
Order
OrderItem
- Class in
net.authorize.data
OrderItem()
- Constructor for class net.authorize.data.
OrderItem
orderItems
- Variable in class net.authorize.data.
Order
P
parse()
- Method in class net.authorize.util.
BasicXmlDocument
parse(String)
- Method in class net.authorize.util.
BasicXmlDocument
parse(File)
- Method in class net.authorize.util.
BasicXmlDocument
parse(InputStream)
- Method in class net.authorize.util.
BasicXmlDocument
parseBool(String)
- Static method in class net.authorize.util.
StringUtils
parseBytes(byte[])
- Method in class net.authorize.util.
BasicXmlDocument
parseDouble(String)
- Static method in class net.authorize.util.
StringUtils
parseInt(String)
- Static method in class net.authorize.util.
StringUtils
parseResponseString(String)
- Static method in class net.authorize.util.
ResponseParser
Take a string and parses it into a Map keyed on ResponseFields.
parseResponseString(String, String)
- Static method in class net.authorize.util.
ResponseParser
Take a string and parses it into a Map keyed on ResponseFields.
parseString(String)
- Method in class net.authorize.util.
BasicXmlDocument
Payment
- Class in
net.authorize.data.xml
Payment()
- Constructor for class net.authorize.data.xml.
Payment
PAYMENT_FORM
- Static variable in class net.authorize.sim.
Transaction
paymentList
- Variable in class net.authorize.data.cim.
PaymentProfile
PaymentMethod
- Enum in
net.authorize
The method of payment for the transaction.
PaymentProfile
- Class in
net.authorize.data.cim
paymentProfileList
- Variable in class net.authorize.cim.
Result
PaymentSchedule
- Class in
net.authorize.data.arb
PaymentSchedule()
- Constructor for class net.authorize.data.arb.
PaymentSchedule
PaymentTransaction
- Class in
net.authorize.data.cim
phoneNumber
- Variable in class net.authorize.data.xml.
Address
postTransaction(Transaction)
- Method in class net.authorize.
Merchant
Post a Transaction request to the payment gateway.
PrepaidCard
- Class in
net.authorize.aim.cardpresent
PrepaidCard container.
PrepaidCard()
- Constructor for class net.authorize.aim.cardpresent.
PrepaidCard
Default C'tor
printMessages()
- Method in class net.authorize.arb.
Result
printMessages()
- Method in class net.authorize.cim.
Result
Print out messages for debugging.
printMessages()
- Method in class net.authorize.reporting.
Result
Print out messages for debugging.
printMessages()
- Method in class net.authorize.xml.
Result
printTree(Document)
- Method in class net.authorize.util.
XmlTreeUtil
printTree(Document, OutputStream)
- Method in class net.authorize.util.
XmlTreeUtil
printTreeBytes(Document)
- Method in class net.authorize.util.
XmlTreeUtil
PROP_API_LOGINID
- Static variable in class net.authorize.util.
Constants
PROP_CP_API_LOGINID
- Static variable in class net.authorize.util.
Constants
PROP_CP_TRANSACTION_KEY
- Static variable in class net.authorize.util.
Constants
PROP_MD5_HASHKEY
- Static variable in class net.authorize.util.
Constants
PROP_TRANSACTION_KEY
- Static variable in class net.authorize.util.
Constants
PROXY_PROTOCOL
- Static variable in class net.authorize.util.
Constants
purchaseOrderNumber
- Variable in class net.authorize.data.
Order
Q
QUANTITY_DECIMAL_PLACES
- Static variable in class net.authorize.
Transaction
R
refId
- Variable in class net.authorize.cim.
Result
refId
- Variable in class net.authorize.reporting.
Result
removeChildren(Node)
- Method in class net.authorize.util.
BasicXmlDocument
ReportingDetails
- Class in
net.authorize.data.xml.reporting
Reporting details.
reportingDetails
- Variable in class net.authorize.reporting.
Result
ReportingTransactionType
- Enum in
net.authorize.data.xml.reporting
ReportingTransactionType enumeration.
requestMap
- Variable in class net.authorize.aim.
Transaction
RESPONSE_DELIMITER
- Static variable in class net.authorize.data.cim.
DirectResponse
responseCode
- Variable in class net.authorize.aim.cardpresent.
Result
ResponseCode
- Enum in
net.authorize
Response code indicates the overall status of the transaction with possible values of approved, declined, error, or held for review.
ResponseField
- Enum in
net.authorize
ResponseField mappings used in processing and matching the returned data from the payment gateway.
ResponseParser
- Class in
net.authorize.util
Parses a response string from Authorize.net into a Map of values.
ResponseParser()
- Constructor for class net.authorize.util.
ResponseParser
ResponseReasonCode
- Enum in
net.authorize
Response Reason Code is a numeric representation of a more specific reason for the transaction status.
responseReasonCodes
- Variable in class net.authorize.aim.cardpresent.
Result
Result
<
T
> - Class in
net.authorize.aim.cardpresent
Templated wrapper container for passing back the result from the request gateway.
Result()
- Constructor for class net.authorize.aim.cardpresent.
Result
Result
<
T
> - Class in
net.authorize.aim
Templated wrapper container for passing back the result from the request gateway.
Result
<
T
> - Class in
net.authorize.arb
Templated wrapper container for passing back the result from the request gateway.
Result()
- Constructor for class net.authorize.arb.
Result
Result
<
T
> - Class in
net.authorize.cim
Templated wrapper container for passing back the result from the request gateway.
Result()
- Constructor for class net.authorize.cim.
Result
Result
<
T
> - Class in
net.authorize.reporting
Reporting specific templated wrapper container for passing back the result from the request gateway.
Result()
- Constructor for class net.authorize.reporting.
Result
Result
<
T
> - Class in
net.authorize
Result()
- Constructor for class net.authorize.
Result
Result
- Class in
net.authorize.sim
Result
<
T
> - Class in
net.authorize.xml
Templated wrapper container for passing back the result from the request gateway.
Result()
- Constructor for class net.authorize.xml.
Result
resultCode
- Variable in class net.authorize.xml.
Result
resultSubscriptionId
- Variable in class net.authorize.arb.
Result
ReturnCode
- Enum in
net.authorize.data.echeck
ReturnedItem
- Class in
net.authorize.data.reporting
ReturnedItem container.
ReturnedItem()
- Constructor for class net.authorize.data.reporting.
ReturnedItem
Default C'tor
routingNumber
- Variable in class net.authorize.data.echeck.
ECheck
S
sanitizeString(String)
- Static method in class net.authorize.util.
StringUtils
Sanitize strings for output
saveDocument(String)
- Method in class net.authorize.util.
BasicXmlDocument
SCHEDULE_DATE_FORMAT
- Static variable in class net.authorize.data.arb.
PaymentSchedule
setAccountNumber(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setAccountType(CardType)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setAccountType(CardType)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setAccountType(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setAction(FDSFilterActionType)
- Method in class net.authorize.data.xml.reporting.
FDSFilter
setAddress(String)
- Method in class net.authorize.data.
Address
setAddress(String)
- Method in class net.authorize.data.
Customer
setAddressId(String)
- Method in class net.authorize.data.xml.
Address
setAllowPartialAuth(boolean)
- Method in class net.authorize.
Merchant
Indicates if the transaction is enabled for partial authorization.
setAlt(String)
- Method in class net.authorize.sim.button.
ImageButton
setAmount(BigDecimal)
- Method in class net.authorize.data.arb.
Subscription
Set the subscription amount.
setApprovalCode(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setApprovedAmount(double)
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Set amount approved in the transaction
setApprovedAmount(String)
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Set amount approved in the transaction
setAuthAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setAuthAmount(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setAuthCode(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setAuthorizationCode(String)
- Method in class net.authorize.aim.
Transaction
The authorization code of an original transaction not captured on the payment gateway.
setAvsCode(AVSCode)
- Method in class net.authorize.data.creditcard.
CreditCard
setAvsResponse(AVSCode)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setBackgroundColor(String)
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
setBackgroundUrl(String)
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
setBalanceAmountOnCard(double)
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Sets remaining balance on the card
setBalanceAmountOnCard(String)
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Sets remaining balance on the card
setBankAccount(BankAccount)
- Method in class net.authorize.data.xml.
Payment
setBankAccountName(String)
- Method in class net.authorize.data.echeck.
ECheck
setBankAccountNumber(String)
- Method in class net.authorize.data.echeck.
ECheck
setBankAccountNumberMasked(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setBankAccountType(BankAccountType)
- Method in class net.authorize.data.echeck.
ECheck
setBankCheckNumber(String)
- Method in class net.authorize.data.echeck.
ECheck
setBankName(String)
- Method in class net.authorize.data.echeck.
ECheck
setBankRoutingNumberMasked(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setBatch(BatchDetails)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setBatchDetailsList(ArrayList<BatchDetails>)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setBatchFirstSettlementDate(Date)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setBatchFirstSettlementDate(String)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setBatchId(String)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
setBatchId(String)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setBatchIncludeStatistics(boolean)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setBatchLastSettlementDate(Date)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setBatchLastSettlementDate(String)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setBatchStatisticsList(ArrayList<BatchStatistics>)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
setBillTo(Address)
- Method in class net.authorize.data.cim.
PaymentProfile
Sets the value of the billTo property.
setBillTo(Address)
- Method in class net.authorize.data.xml.
Customer
setBirthDate(String)
- Method in class net.authorize.data.xml.
DriversLicense
setBirthDate(Date)
- Method in class net.authorize.data.xml.
DriversLicense
setBorder(int)
- Method in class net.authorize.sim.button.
ImageButton
setCardCode(String)
- Method in class net.authorize.cim.
Transaction
Set the card code for specific transactions.
setCardCode(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setCardCode(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setCardCodeResponse(CardCodeResponseType)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setCardCodeVerification(String)
- Method in class net.authorize.data.creditcard.
CreditCard
Deprecated.
As of release 1.4.2, replaced by
CreditCard.setCardCode(String)
setCardholderAuthenticationIndicator(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setCardholderAuthenticationValue(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setCardPresent(boolean)
- Method in class net.authorize.data.creditcard.
CreditCard
setCardType(CardType)
- Method in class net.authorize.data.creditcard.
CreditCard
setCAVVResponse(CAVVResponseType)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setChargeAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargebackAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargebackAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargebackCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargebackCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeChargebackAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeChargebackAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeChargebackCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeChargebackCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeReturnedItemsAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeReturnedItemsAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeReturnedItemsCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setChargeReturnedItemsCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setCity(String)
- Method in class net.authorize.data.
Address
setCity(String)
- Method in class net.authorize.data.
Customer
setCode(String)
- Method in class net.authorize.data.reporting.
ReturnedItem
setCode(String)
- Method in class net.authorize.xml.
Message
Set the message code.
setCollapsed()
- Method in class net.authorize.util.
XmlTreeUtil
setCompany(String)
- Method in class net.authorize.data.
Address
setCompany(String)
- Method in class net.authorize.data.
Customer
setCorrectionNoticeCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setCorrectionNoticeCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setCountry(String)
- Method in class net.authorize.data.
Address
setCountry(String)
- Method in class net.authorize.data.
Customer
setCreditCard(CreditCard)
- Method in class net.authorize.aim.
Transaction
Set the CreditCard information for the transaction request.
setCreditCard(CreditCard)
- Method in class net.authorize.data.xml.
Payment
setCreditCardNumber(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setCreditCardNumberMasked(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setCssClass(String)
- Method in class net.authorize.sim.button.
TextButton
setCurrencyCode(String)
- Method in class net.authorize.aim.
Transaction
Set the currency code for Card Present transactions.
setCustomer(Customer)
- Method in class net.authorize.aim.
Transaction
Set the Customer information for the transaction request.
setCustomer(Customer)
- Method in class net.authorize.data.arb.
Subscription
Set the customer container.
setCustomer(Customer)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setCustomerId(String)
- Method in class net.authorize.data.
Customer
setCustomerIP(String)
- Method in class net.authorize.data.
Customer
setCustomerIP(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setCustomerPaymentProfileId(String)
- Method in class net.authorize.cim.
Transaction
Set the customer payment profile id.
setCustomerPaymentProfileId(String)
- Method in class net.authorize.data.cim.
PaymentProfile
setCustomerPaymentProfileId(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setCustomerProfile(CustomerProfile)
- Method in class net.authorize.cim.
Transaction
Set the customer profile.
setCustomerProfileId(String)
- Method in class net.authorize.cim.
Transaction
Set the customer profile id.
setCustomerProfileId(String)
- Method in class net.authorize.data.cim.
CustomerProfile
Set the customer profile id.
setCustomerShippingAddressId(String)
- Method in class net.authorize.cim.
Transaction
Set the customer shipping address id.
setCustomerShippingAddressId(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setCustomerType(CustomerType)
- Method in class net.authorize.data.cim.
PaymentProfile
Sets the value of the customerType property.
setCustomerType(CustomerType)
- Method in class net.authorize.data.xml.
Customer
setDateLocal(Date)
- Method in class net.authorize.data.reporting.
ReturnedItem
setDateLocal(String)
- Method in class net.authorize.data.reporting.
ReturnedItem
setDateUTC(Date)
- Method in class net.authorize.data.reporting.
ReturnedItem
setDateUTC(String)
- Method in class net.authorize.data.reporting.
ReturnedItem
setDeclineCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setDeclineCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setDescription(String)
- Method in class net.authorize.data.cim.
CustomerProfile
Sets the value of the description property.
setDescription(String)
- Method in class net.authorize.data.
Order
setDescription(String)
- Method in class net.authorize.data.reporting.
ReturnedItem
setDeviceType(DeviceType)
- Method in class net.authorize.
Merchant
setDriversLicenseSpecified(boolean)
- Method in class net.authorize.data.xml.
Customer
setDuplicateWindow(int)
- Method in class net.authorize.aim.
Transaction
The window of time after the submission of a transaction that a duplicate transaction can not be submitted.
setDutyAmount(BigDecimal)
- Method in class net.authorize.data.
ShippingCharges
setDutyAmount(String)
- Method in class net.authorize.data.
ShippingCharges
setDutyItemDescription(String)
- Method in class net.authorize.data.
ShippingCharges
setDutyItemName(String)
- Method in class net.authorize.data.
ShippingCharges
setECheck(ECheck)
- Method in class net.authorize.aim.
Transaction
setECheckType(ECheckType)
- Method in class net.authorize.data.echeck.
ECheck
setEmail(String)
- Method in class net.authorize.data.cim.
CustomerProfile
Sets the value of the email property.
setEmail(String)
- Method in class net.authorize.data.
Customer
setEmail(String)
- Method in class net.authorize.data.
EmailReceipt
setEmail(String)
- Method in class net.authorize.data.xml.
Customer
setEmailCustomer(boolean)
- Method in class net.authorize.data.
EmailReceipt
setEmailReceipt(EmailReceipt)
- Method in class net.authorize.aim.
Transaction
Set the EmailReceipt information for the transaction request.
setEncapCharDelimiter(String)
- Static method in class net.authorize.
Transaction
Convenience method for overriding the encap char delimiter.
setEnvironment(Environment)
- Method in class net.authorize.
Merchant
Set the environment that transactions will be posted against.
setErrorCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setErrorCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setExpirationDate(Date)
- Method in class net.authorize.data.creditcard.
CreditCard
Set the expiration date.
setExpirationDate(String)
- Method in class net.authorize.data.creditcard.
CreditCard
Set the expiration date using yyyy-MM as the format.
setExpirationMonth(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setExpirationYear(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setExtraOptions(Map<String, String>)
- Method in class net.authorize.cim.
Transaction
Sets the extra options.
setFax(String)
- Method in class net.authorize.data.
Customer
setFaxNumber(String)
- Method in class net.authorize.data.xml.
Address
setFaxNumber(String)
- Method in class net.authorize.data.xml.
Customer
setFDSFilterAction(FDSFilterActionType)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setFDSFilterList(ArrayList<FDSFilter>)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setFieldsToRename(Map<String, String>)
- Method in class net.authorize.sim.
Transaction
setFirstName(String)
- Method in class net.authorize.data.
Address
setFirstName(String)
- Method in class net.authorize.data.
Customer
setFirstName(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setFooter(String)
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
setFooterEmailReceipt(String)
- Method in class net.authorize.data.
EmailReceipt
setFormInputs(LinkedHashMap<String, String>)
- Method in class net.authorize.sim.
Transaction
setFreightAmount(BigDecimal)
- Method in class net.authorize.data.
ShippingCharges
setFreightAmount(String)
- Method in class net.authorize.data.
ShippingCharges
setFreightDescription(String)
- Method in class net.authorize.data.
ShippingCharges
setFreightItemName(String)
- Method in class net.authorize.data.
ShippingCharges
setFullTransactionDetails(boolean)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setHasReturnedItems(boolean)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setHasReturnedItems(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setHeader(String)
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
setHeaderEmailReceipt(String)
- Method in class net.authorize.data.
EmailReceipt
setHeight(int)
- Method in class net.authorize.sim.button.
ImageButton
setHostedPaymentFormSettings(HostedPaymentFormSettings)
- Method in class net.authorize.sim.
Transaction
setHostedReceiptPageSettings(HostedReceiptPageSettings)
- Method in class net.authorize.sim.
Transaction
setId(String)
- Method in class net.authorize.data.reporting.
ReturnedItem
setId(String)
- Method in class net.authorize.data.reporting.
Solution
setId(int)
- Method in class net.authorize.data.reporting.
Subscription
Set the subscription id.
setId(String)
- Method in class net.authorize.data.reporting.
Subscription
Set the subscription id.
setId(String)
- Method in class net.authorize.data.xml.
Customer
setIntervalLength(int)
- Method in class net.authorize.data.arb.
PaymentSchedule
setInvoiceNumber(String)
- Method in class net.authorize.data.
Order
setInvoiceNumber(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setItemDescription(String)
- Method in class net.authorize.data.
OrderItem
setItemId(String)
- Method in class net.authorize.data.
OrderItem
setItemName(String)
- Method in class net.authorize.data.
OrderItem
setItemPrice(BigDecimal)
- Method in class net.authorize.data.
OrderItem
setItemPrice(String)
- Method in class net.authorize.data.
OrderItem
setItemQuantity(BigDecimal)
- Method in class net.authorize.data.
OrderItem
setItemQuantity(String)
- Method in class net.authorize.data.
OrderItem
setItemTaxable(boolean)
- Method in class net.authorize.data.
OrderItem
setItemTaxable(String)
- Method in class net.authorize.data.
OrderItem
setItemTaxExempt(boolean)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setItemTaxExempt(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setLastName(String)
- Method in class net.authorize.data.
Address
setLastName(String)
- Method in class net.authorize.data.
Customer
setLastName(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setLicense(DriversLicense)
- Method in class net.authorize.data.xml.
Customer
setLinkColor(String)
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
setLinkMethod(LinkMethod)
- Method in class net.authorize.sim.data.
HostedReceiptPageSettings
setLinkText(String)
- Method in class net.authorize.sim.data.
HostedReceiptPageSettings
setLinkUrl(String)
- Method in class net.authorize.sim.data.
HostedReceiptPageSettings
setMarketType(String)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
marketTypeEnum
setMarketType(MarketType)
- Method in class net.authorize.
Merchant
setMaskedCreditCardNumber(String)
- Method in class net.authorize.data.creditcard.
CreditCard
Used in the response that comes back to offer access to the partial credit card number.
setMD5Value(String)
- Method in class net.authorize.
Merchant
setMerchantCustomerId(String)
- Method in class net.authorize.data.cim.
CustomerProfile
Sets the value of the merchantCustomerId property.
setMerchantDefinedField(String, String)
- Method in class net.authorize.aim.
Transaction
Set a merchant defined field.
setMerchantEmail(String)
- Method in class net.authorize.data.
EmailReceipt
setMerchantLogoUrl(String)
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
setName(String)
- Method in class net.authorize.data.arb.
Subscription
Set the name of the subscription.
setName(String)
- Method in class net.authorize.data.reporting.
Solution
setName(String)
- Method in class net.authorize.data.xml.reporting.
FDSFilter
setName(String)
- Method in class net.authorize.sim.button.
TextButton
setNumber(String)
- Method in class net.authorize.data.xml.
DriversLicense
setOrder(Order)
- Method in class net.authorize.aim.
Transaction
Set the Order (and OrderItems) for the transaction request.
setOrder(Order)
- Method in class net.authorize.data.arb.
Subscription
setOrder(Order)
- Method in class net.authorize.data.cim.
PaymentTransaction
setOrder(Order)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setOrderItems(List<OrderItem>)
- Method in class net.authorize.data.
Order
Sets the list of OrderItems to the list being passed in.
setPayment(Payment)
- Method in class net.authorize.data.arb.
Subscription
Set the payment container for the subscription.
setPayment(Payment)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setPaymentList(ArrayList<Payment>)
- Method in class net.authorize.data.cim.
PaymentProfile
setPaymentMethod(String)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
setPaymentProfileList(ArrayList<PaymentProfile>)
- Method in class net.authorize.cim.
Transaction
setPaymentTransaction(PaymentTransaction)
- Method in class net.authorize.cim.
Transaction
Set the payment transaction.
setPayNum(int)
- Method in class net.authorize.data.reporting.
Subscription
Set the payNum.
setPayNum(String)
- Method in class net.authorize.data.reporting.
Subscription
Set the payNum.
setPhone(String)
- Method in class net.authorize.data.
Customer
setPhoneNumber(String)
- Method in class net.authorize.data.xml.
Address
setPhoneNumber(String)
- Method in class net.authorize.data.xml.
Customer
setPrepaidBalanceRemaining(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setPrepaidBalanceRemaining(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setPrepaidCard(PrepaidCard)
- Method in class net.authorize.aim.cardpresent.
Result
setPrintDocumentNode(boolean)
- Method in class net.authorize.util.
XmlTreeUtil
setProduct(String)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
productEnum
setProxyIfRequested(DefaultHttpClient)
- Static method in class net.authorize.util.
HttpClient
if proxy use is requested, set http-client appropriately
setPurchaseOrderNumber(String)
- Method in class net.authorize.data.
Order
setPurchaseOrderNumber(String)
- Method in class net.authorize.data.
ShippingCharges
setReasonText(String)
- Method in enum net.authorize.
ResponseReasonCode
Set the reasonText.
setRecurringBilling(boolean)
- Method in class net.authorize.aim.
Transaction
Indicating marker used by merchant account providers to identify transactions which originate from merchant hosted recurring billing applications.
setRecurringBilling(boolean)
- Method in class net.authorize.data.cim.
PaymentTransaction
setRecurringBilling(boolean)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setRecurringBilling(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setRefId(String)
- Method in class net.authorize.cim.
Transaction
setRefId(String)
- Method in class net.authorize.data.arb.
Subscription
setRefTransId(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setRefundAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundChargebackAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundChargebackAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundChargebackCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundChargebackCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundReturnedItemsAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundReturnedItemsAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundReturnedItemsCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRefundReturnedItemsCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setRelayResponseUrl(String)
- Method in class net.authorize.sim.
Transaction
SIM applications use relay response to redirect the user back to the merchant server.
setReportingDetails(ReportingDetails)
- Method in class net.authorize.reporting.
Transaction
setRequestedAmount(double)
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Sets amount requested in the transaction
setRequestedAmount(String)
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
Sets amount requested in the transaction
setRequestedAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setRequestedAmount(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setResolvePath(String)
- Method in class net.authorize.util.
BasicXmlDocument
setResponseCode(ResponseCode)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setResponseReasonCode(ResponseReasonCode)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setResultCode(String)
- Method in class net.authorize.xml.
Message
Set the result code.
setReturnedItemAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setReturnedItemAmount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setReturnedItemCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setReturnedItemCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setReturnedItems(ArrayList<ReturnedItem>)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setRoutingNumber(String)
- Method in class net.authorize.data.echeck.
ECheck
setSchedule(PaymentSchedule)
- Method in class net.authorize.data.arb.
Subscription
Set the payment schedule of the subscription.
setSettleAmount(BigDecimal)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSettleAmount(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSettlementState(SettlementStateType)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
setSettlementTimeLocal(Date)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
setSettlementTimeLocal(String)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
setSettlementTimeUTC(Date)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
setSettlementTimeUTC(String)
- Method in class net.authorize.data.xml.reporting.
BatchDetails
Set the settlement time UTC.
setShippingAddress(ShippingAddress)
- Method in class net.authorize.aim.
Transaction
Set the ShippingAddress for the transaction request.
setShippingCharges(ShippingCharges)
- Method in class net.authorize.aim.
Transaction
Set the ShippingCharges for the transaction request.
setShippingCharges(ShippingCharges)
- Method in class net.authorize.data.
Order
Set the shipping charges assocaited with this order.
setShipTo(Address)
- Method in class net.authorize.cim.
Transaction
Set shipping information.
setShipTo(Address)
- Method in class net.authorize.data.xml.
Customer
setShipToAddressList(ArrayList<Address>)
- Method in class net.authorize.data.cim.
CustomerProfile
setShowPaymentForm(boolean)
- Method in class net.authorize.sim.
Transaction
If true, will populate a field that indicates that the merchant would like to use the payment gateway hosted payment form to collect payment data.
setSolution(Solution)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSplitTenderId(String)
- Method in class net.authorize.aim.cardpresent.
Result
setSplitTenderId(String)
- Method in class net.authorize.aim.
Transaction
The payment gateway assigned slit tender ID of an original transaction.
setSplitTenderId(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setSplitTenderId(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSplitTenderStatus(SplitTenderStatus)
- Method in class net.authorize.data.cim.
PaymentTransaction
setSrc(String)
- Method in class net.authorize.sim.button.
ImageButton
setStartDate(Date)
- Method in class net.authorize.data.arb.
PaymentSchedule
setStartDate(String)
- Method in class net.authorize.data.arb.
PaymentSchedule
setState(String)
- Method in class net.authorize.data.
Address
setState(String)
- Method in class net.authorize.data.
Customer
setState(String)
- Method in class net.authorize.data.xml.
DriversLicense
setSubmitTimeLocal(Date)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSubmitTimeLocal(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSubmitTimeUTC(Date)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSubmitTimeUTC(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setSubscription(Subscription)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
Sets subscription for transaction details
setSubscriptionId(String)
- Method in class net.authorize.data.arb.
Subscription
Set the subscription id.
setSubscriptionUnit(SubscriptionUnitType)
- Method in class net.authorize.data.arb.
PaymentSchedule
setTaxAmount(BigDecimal)
- Method in class net.authorize.data.
ShippingCharges
setTaxAmount(String)
- Method in class net.authorize.data.
ShippingCharges
setTaxDescription(String)
- Method in class net.authorize.data.
ShippingCharges
setTaxExempt(boolean)
- Method in class net.authorize.data.
ShippingCharges
setTaxId(String)
- Method in class net.authorize.data.xml.
Customer
setTaxItemName(String)
- Method in class net.authorize.data.
ShippingCharges
setText(String)
- Method in class net.authorize.xml.
Message
Sets the text description.
setTextColor(String)
- Method in class net.authorize.sim.data.
HostedPaymentFormSettings
SettlementStateType
- Enum in
net.authorize.data.xml.reporting
Settlement state enumeration.
setTotalAmount(BigDecimal)
- Method in class net.authorize.data.
Order
Set the total amount of the order.
setTotalOccurrences(int)
- Method in class net.authorize.data.arb.
PaymentSchedule
setTrack1(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setTrack2(String)
- Method in class net.authorize.data.creditcard.
CreditCard
setTransactionDetailList(ArrayList<TransactionDetails>)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setTransactionFieldDelimiter(String)
- Static method in class net.authorize.
Transaction
Convenience method for overriding the transaction field delimited.
setTransactionId(String)
- Method in class net.authorize.aim.
Transaction
The payment gateway assigned transaction ID of an original transaction.
setTransactionId(String)
- Method in class net.authorize.data.cim.
PaymentTransaction
setTransactionId(String)
- Method in class net.authorize.data.xml.reporting.
ReportingDetails
setTransactionStatus(TransactionStatusType)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setTransactionStatus(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setTransactionType(TransactionType)
- Method in class net.authorize.data.cim.
PaymentTransaction
Set the payment transaction type.
setTransactionType(ReportingTransactionType)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setTransId(String)
- Method in class net.authorize.data.xml.reporting.
TransactionDetails
setTrialAmount(BigDecimal)
- Method in class net.authorize.data.arb.
Subscription
Set the trial amount of the subscription.
setTrialOccurrences(int)
- Method in class net.authorize.data.arb.
PaymentSchedule
setUserRef(String)
- Method in class net.authorize.
Merchant
Set the userRef for Card Present transactions.
setValidationMode(ValidationModeType)
- Method in class net.authorize.cim.
Transaction
Set the validation mode for the request.
setValue(String)
- Method in class net.authorize.sim.button.
TextButton
setVoidCount(long)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setVoidCount(String)
- Method in class net.authorize.data.xml.reporting.
BatchStatistics
setWidth(int)
- Method in class net.authorize.sim.button.
ImageButton
setZipPostalCode(String)
- Method in class net.authorize.data.
Address
setZipPostalCode(String)
- Method in class net.authorize.data.
Customer
ShippingAddress
- Class in
net.authorize.data
Product shipping address.
shippingCharges
- Variable in class net.authorize.data.
Order
ShippingCharges
- Class in
net.authorize.data
shipToAddressList
- Variable in class net.authorize.data.cim.
CustomerProfile
Solution
- Class in
net.authorize.data.reporting
Solution container for Solution-Type.
Solution()
- Constructor for class net.authorize.data.reporting.
Solution
Default C'tor
SplitTenderStatus
- Enum in
net.authorize.cim
state
- Variable in class net.authorize.data.
Address
StringUtils
- Class in
net.authorize.util
StringUtils()
- Constructor for class net.authorize.util.
StringUtils
stripNonDigits(String)
- Static method in class net.authorize.util.
Luhn
Strips non-digits from the cardNumber provided.
Subscription
- Class in
net.authorize.data.arb
Subscription()
- Constructor for class net.authorize.data.arb.
Subscription
Subscription
- Class in
net.authorize.data.reporting
Subscription container.
Subscription()
- Constructor for class net.authorize.data.reporting.
Subscription
Default C'tor
subscriptionStatus
- Variable in class net.authorize.arb.
Result
SubscriptionStatusType
- Enum in
net.authorize.data.arb
SubscriptionUnitType
- Enum in
net.authorize.data.arb
T
target
- Variable in class net.authorize.
Result
TextButton
- Class in
net.authorize.sim.button
toNVPString()
- Method in class net.authorize.aim.
Transaction
Prepare the name/value pair mapping based on the Map(s) provided.
toNVPString()
- Method in class net.authorize.
Transaction
toString()
- Method in class net.authorize.aim.cardpresent.
PrepaidCard
toString()
- Method in class net.authorize.data.reporting.
ReturnedItem
toString()
- Method in class net.authorize.data.reporting.
Solution
toString()
- Method in class net.authorize.data.reporting.
Subscription
totalAmount
- Variable in class net.authorize.data.
Order
toXMLString()
- Method in class net.authorize.arb.
Transaction
Convert request to XML.
toXMLString()
- Method in class net.authorize.cim.
Transaction
Convert request to XML.
toXMLString()
- Method in class net.authorize.reporting.
Transaction
Convert request to XML.
toXMLString()
- Method in class net.authorize.
Transaction
Transaction
- Class in
net.authorize.aim
Container to hold all payment related information that gets passed back and forth to the payment gateway.
Transaction(Merchant, TransactionType, BigDecimal)
- Constructor for class net.authorize.aim.
Transaction
Constructor for creation a transaction with typed objects.
Transaction
- Class in
net.authorize.arb
Transaction object for ARB.
Transaction
- Class in
net.authorize.cim
Transaction object for CIM.
Transaction
- Class in
net.authorize.reporting
Transaction object for Reporting.
transaction
- Variable in class net.authorize.
Result
Transaction
- Class in
net.authorize.sim
Transaction(Merchant, TransactionType, BigDecimal)
- Constructor for class net.authorize.sim.
Transaction
Constructor.
Transaction
- Class in
net.authorize
Transaction()
- Constructor for class net.authorize.
Transaction
TRANSACTION_FIELD_DELIMITER
- Static variable in class net.authorize.
Transaction
TransactionDetails
- Class in
net.authorize.data.xml.reporting
Reporting transaction details.
TransactionStatusType
- Enum in
net.authorize.data.xml.reporting
Transaction status enumeration.
transactionType
- Variable in class net.authorize.aim.
Transaction
TransactionType
- Enum in
net.authorize.arb
TransactionType
- Enum in
net.authorize.cim
Enumeration of CIM transaction types that are supported by Authorize.Net
TransactionType
- Enum in
net.authorize.reporting
Enumeration of Reporting transaction types that are supported by Authorize.Net
TransactionType
- Enum in
net.authorize
The credit card transaction types supported by the payment gateway.
TRUE
- Static variable in class net.authorize.
Transaction
V
ValidationModeType
- Enum in
net.authorize.cim
value()
- Method in enum net.authorize.data.arb.
SubscriptionStatusType
value()
- Method in enum net.authorize.data.arb.
SubscriptionUnitType
value()
- Method in enum net.authorize.data.xml.reporting.
ReportingTransactionType
value()
- Method in enum net.authorize.data.xml.reporting.
SettlementStateType
value()
- Method in enum net.authorize.data.xml.reporting.
TransactionStatusType
valueOf(String)
- Static method in enum net.authorize.arb.
TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
AuthNetField
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.cim.
SplitTenderStatus
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.cim.
TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.cim.
ValidationModeType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.arb.
SubscriptionStatusType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.arb.
SubscriptionUnitType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.creditcard.
AVSCode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.creditcard.
CardType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.echeck.
BankAccountType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.echeck.
ECheckType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.echeck.
NOCCode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.echeck.
ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.xml.
CustomerType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.xml.reporting.
CardCodeResponseType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.xml.reporting.
CAVVResponseType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.xml.reporting.
FDSFilterActionType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.xml.reporting.
ReportingTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.xml.reporting.
SettlementStateType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.data.xml.reporting.
TransactionStatusType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
Environment
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
MarketType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
PaymentMethod
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.reporting.
TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
ResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
ResponseField
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
ResponseReasonCode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.sim.button.
ButtonType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.sim.
LinkMethod
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.authorize.
TransactionType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.authorize.arb.
TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
AuthNetField
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.cim.
SplitTenderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.cim.
TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.cim.
ValidationModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.arb.
SubscriptionStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.arb.
SubscriptionUnitType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.creditcard.
AVSCode
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.creditcard.
CardType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.echeck.
BankAccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.echeck.
ECheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.echeck.
NOCCode
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.echeck.
ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.xml.
CustomerType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.xml.reporting.
CardCodeResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.xml.reporting.
CAVVResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.xml.reporting.
FDSFilterActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.xml.reporting.
ReportingTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.xml.reporting.
SettlementStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.data.xml.reporting.
TransactionStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
MarketType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
PaymentMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.reporting.
TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
ResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
ResponseField
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
ResponseReasonCode
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.sim.button.
ButtonType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.sim.
LinkMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.authorize.
TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION
- Static variable in class net.authorize.
Transaction
W
warn(Log, String, Object...)
- Static method in class net.authorize.util.
LogHelper
X
XML_NAMESPACE
- Static variable in class net.authorize.arb.
Transaction
XML_NAMESPACE
- Static variable in class net.authorize.cim.
Transaction
XML_NAMESPACE
- Static variable in class net.authorize.reporting.
Transaction
xmlResponseDocument
- Variable in class net.authorize.aim.cardpresent.
Result
XmlTreeUtil
- Class in
net.authorize.util
XmlTreeUtil()
- Constructor for class net.authorize.util.
XmlTreeUtil
XmlUtility
- Class in
net.authorize.util
Helper methods for serializing and de-serializing to XML using JAXB
Z
ZERO_AMOUNT
- Static variable in class net.authorize.
Transaction
ZERO_STRING
- Static variable in class net.authorize.
Transaction
zipPostalCode
- Variable in class net.authorize.data.
Address
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
V
W
X
Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All Rights Reserved.