@Deprecated public class Result<T> extends Result<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<java.lang.String> |
customerPaymentProfileIdList
Deprecated.
|
protected CustomerProfile |
customerProfile
Deprecated.
|
protected java.util.ArrayList<java.lang.String> |
customerProfileIdList
Deprecated.
|
protected java.util.ArrayList<java.lang.String> |
customerShippingAddressIdList
Deprecated.
|
protected java.util.ArrayList<DirectResponse> |
directResponseList
Deprecated.
|
protected java.util.ArrayList<PaymentProfile> |
paymentProfileList
Deprecated.
|
protected java.lang.String |
refId
Deprecated.
|
protected java.lang.String |
token
Deprecated.
|
ERROR, messages, OK, resultCodeMessageDigestAlgorithm, target, transaction| Constructor and Description |
|---|
Result()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
createResult(T object,
BasicXmlDocument response)
Deprecated.
|
PaymentProfile |
getCustomerPaymentProfile()
Deprecated.
Get the first/only payment profile from a possible list of many
|
java.util.ArrayList<java.lang.String> |
getCustomerPaymentProfileIdList()
Deprecated.
|
java.util.ArrayList<PaymentProfile> |
getCustomerPaymentProfileList()
Deprecated.
|
CustomerProfile |
getCustomerProfile()
Deprecated.
|
java.lang.String |
getCustomerProfileId()
Deprecated.
Get the first/only customer profile id from a possible list of many
|
java.util.ArrayList<java.lang.String> |
getCustomerProfileIdList()
Deprecated.
|
java.util.ArrayList<java.lang.String> |
getCustomerShippingAddressIdList()
Deprecated.
|
java.util.ArrayList<DirectResponse> |
getDirectResponseList()
Deprecated.
Get the directResponse list
|
java.lang.String |
getRefId()
Deprecated.
|
java.lang.String |
getToken()
Deprecated.
|
void |
printMessages()
Deprecated.
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.