public class Result<T> extends Result<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<java.lang.String> |
customerPaymentProfileIdList |
protected CustomerProfile |
customerProfile |
protected java.util.ArrayList<java.lang.String> |
customerProfileIdList |
protected java.util.ArrayList<java.lang.String> |
customerShippingAddressIdList |
protected java.util.ArrayList<DirectResponse> |
directResponseList |
protected java.util.ArrayList<PaymentProfile> |
paymentProfileList |
protected java.lang.String |
refId |
protected java.lang.String |
token |
ERROR, messages, OK, resultCodeMessageDigestAlgorithm, target, transaction| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
createResult(T object,
BasicXmlDocument response) |
PaymentProfile |
getCustomerPaymentProfile()
Get the first/only payment profile from a possible list of many
|
java.util.ArrayList<java.lang.String> |
getCustomerPaymentProfileIdList() |
java.util.ArrayList<PaymentProfile> |
getCustomerPaymentProfileList() |
CustomerProfile |
getCustomerProfile() |
java.lang.String |
getCustomerProfileId()
Get the first/only customer profile id from a possible list of many
|
java.util.ArrayList<java.lang.String> |
getCustomerProfileIdList() |
java.util.ArrayList<java.lang.String> |
getCustomerShippingAddressIdList() |
java.util.ArrayList<DirectResponse> |
getDirectResponseList()
Get the directResponse list
|
java.lang.String |
getRefId() |
java.lang.String |
getToken() |
void |
printMessages()
Print out messages for debugging.
|
getElementText, getMessages, getResultCode, importResponseMessages, isError, isOkgetTarget, getTransaction, isAuthorizeNetResponseprotected java.lang.String refId
protected java.util.ArrayList<java.lang.String> customerProfileIdList
protected CustomerProfile customerProfile
protected java.lang.String token
protected java.util.ArrayList<java.lang.String> customerPaymentProfileIdList
protected java.util.ArrayList<PaymentProfile> paymentProfileList
protected java.util.ArrayList<java.lang.String> customerShippingAddressIdList
protected java.util.ArrayList<DirectResponse> directResponseList
public static <T> Result<T> createResult(T object, BasicXmlDocument response)
public java.lang.String getCustomerProfileId()
public java.util.ArrayList<DirectResponse> getDirectResponseList()
public java.lang.String getRefId()
public java.lang.String getToken()
public java.util.ArrayList<java.lang.String> getCustomerPaymentProfileIdList()
public java.util.ArrayList<java.lang.String> getCustomerShippingAddressIdList()
public java.util.ArrayList<java.lang.String> getCustomerProfileIdList()
public java.util.ArrayList<PaymentProfile> getCustomerPaymentProfileList()
public PaymentProfile getCustomerPaymentProfile()
public CustomerProfile getCustomerProfile()
public void printMessages()
printMessages in class Result<T>Copyright © 2018. All Rights Reserved.