|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.TransactionResponse
public class TransactionResponse
Java class for transactionResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transactionResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="rawResponseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="authCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="avsResultCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cvvResultCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cavvResultCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="transId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="refTransID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="transHash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="testRequest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="splitTenderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prePaidCard" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="requestedAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="approvedAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="balanceOnCard" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="messages" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="errors" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="error" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="errorText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="splitTenderPayments" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="splitTenderPayment" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="transId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responseToCustomer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="authCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="requestedAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="approvedAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="balanceOnCard" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="userFields" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="userField" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}userField" maxOccurs="20" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="shipTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}nameAndAddressType" minOccurs="0"/> <element name="secureAcceptance" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SecureAcceptanceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PayerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
TransactionResponse.Errors
Java class for anonymous complex type. |
static class |
TransactionResponse.Messages
Java class for anonymous complex type. |
static class |
TransactionResponse.PrePaidCard
Java class for anonymous complex type. |
static class |
TransactionResponse.SecureAcceptance
Java class for anonymous complex type. |
static class |
TransactionResponse.SplitTenderPayments
Java class for anonymous complex type. |
static class |
TransactionResponse.UserFields
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected String |
accountNumber
|
protected String |
accountType
|
protected String |
authCode
|
protected String |
avsResultCode
|
protected String |
cavvResultCode
|
protected String |
cvvResultCode
|
protected TransactionResponse.Errors |
errors
|
protected TransactionResponse.Messages |
messages
|
protected TransactionResponse.PrePaidCard |
prePaidCard
|
protected String |
rawResponseCode
|
protected String |
refTransID
|
protected String |
responseCode
|
protected TransactionResponse.SecureAcceptance |
secureAcceptance
|
protected NameAndAddressType |
shipTo
|
protected String |
splitTenderId
|
protected TransactionResponse.SplitTenderPayments |
splitTenderPayments
|
protected String |
testRequest
|
protected String |
transHash
|
protected String |
transId
|
protected TransactionResponse.UserFields |
userFields
|
Constructor Summary | |
---|---|
TransactionResponse()
|
Method Summary | |
---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property. |
String |
getAccountType()
Gets the value of the accountType property. |
String |
getAuthCode()
Gets the value of the authCode property. |
String |
getAvsResultCode()
Gets the value of the avsResultCode property. |
String |
getCavvResultCode()
Gets the value of the cavvResultCode property. |
String |
getCvvResultCode()
Gets the value of the cvvResultCode property. |
TransactionResponse.Errors |
getErrors()
Gets the value of the errors property. |
TransactionResponse.Messages |
getMessages()
Gets the value of the messages property. |
TransactionResponse.PrePaidCard |
getPrePaidCard()
Gets the value of the prePaidCard property. |
String |
getRawResponseCode()
Gets the value of the rawResponseCode property. |
String |
getRefTransID()
Gets the value of the refTransID property. |
String |
getResponseCode()
Gets the value of the responseCode property. |
TransactionResponse.SecureAcceptance |
getSecureAcceptance()
Gets the value of the secureAcceptance property. |
NameAndAddressType |
getShipTo()
Gets the value of the shipTo property. |
String |
getSplitTenderId()
Gets the value of the splitTenderId property. |
TransactionResponse.SplitTenderPayments |
getSplitTenderPayments()
Gets the value of the splitTenderPayments property. |
String |
getTestRequest()
Gets the value of the testRequest property. |
String |
getTransHash()
Gets the value of the transHash property. |
String |
getTransId()
Gets the value of the transId property. |
TransactionResponse.UserFields |
getUserFields()
Gets the value of the userFields property. |
void |
setAccountNumber(String value)
Sets the value of the accountNumber property. |
void |
setAccountType(String value)
Sets the value of the accountType property. |
void |
setAuthCode(String value)
Sets the value of the authCode property. |
void |
setAvsResultCode(String value)
Sets the value of the avsResultCode property. |
void |
setCavvResultCode(String value)
Sets the value of the cavvResultCode property. |
void |
setCvvResultCode(String value)
Sets the value of the cvvResultCode property. |
void |
setErrors(TransactionResponse.Errors value)
Sets the value of the errors property. |
void |
setMessages(TransactionResponse.Messages value)
Sets the value of the messages property. |
void |
setPrePaidCard(TransactionResponse.PrePaidCard value)
Sets the value of the prePaidCard property. |
void |
setRawResponseCode(String value)
Sets the value of the rawResponseCode property. |
void |
setRefTransID(String value)
Sets the value of the refTransID property. |
void |
setResponseCode(String value)
Sets the value of the responseCode property. |
void |
setSecureAcceptance(TransactionResponse.SecureAcceptance value)
Sets the value of the secureAcceptance property. |
void |
setShipTo(NameAndAddressType value)
Sets the value of the shipTo property. |
void |
setSplitTenderId(String value)
Sets the value of the splitTenderId property. |
void |
setSplitTenderPayments(TransactionResponse.SplitTenderPayments value)
Sets the value of the splitTenderPayments property. |
void |
setTestRequest(String value)
Sets the value of the testRequest property. |
void |
setTransHash(String value)
Sets the value of the transHash property. |
void |
setTransId(String value)
Sets the value of the transId property. |
void |
setUserFields(TransactionResponse.UserFields value)
Sets the value of the userFields property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String responseCode
protected String rawResponseCode
protected String authCode
protected String avsResultCode
protected String cvvResultCode
protected String cavvResultCode
protected String transId
protected String refTransID
protected String transHash
protected String testRequest
protected String accountNumber
protected String accountType
protected String splitTenderId
protected TransactionResponse.PrePaidCard prePaidCard
protected TransactionResponse.Messages messages
protected TransactionResponse.Errors errors
protected TransactionResponse.SplitTenderPayments splitTenderPayments
protected TransactionResponse.UserFields userFields
protected NameAndAddressType shipTo
protected TransactionResponse.SecureAcceptance secureAcceptance
Constructor Detail |
---|
public TransactionResponse()
Method Detail |
---|
public String getResponseCode()
String
public void setResponseCode(String value)
value
- allowed object is
String
public String getRawResponseCode()
String
public void setRawResponseCode(String value)
value
- allowed object is
String
public String getAuthCode()
String
public void setAuthCode(String value)
value
- allowed object is
String
public String getAvsResultCode()
String
public void setAvsResultCode(String value)
value
- allowed object is
String
public String getCvvResultCode()
String
public void setCvvResultCode(String value)
value
- allowed object is
String
public String getCavvResultCode()
String
public void setCavvResultCode(String value)
value
- allowed object is
String
public String getTransId()
String
public void setTransId(String value)
value
- allowed object is
String
public String getRefTransID()
String
public void setRefTransID(String value)
value
- allowed object is
String
public String getTransHash()
String
public void setTransHash(String value)
value
- allowed object is
String
public String getTestRequest()
String
public void setTestRequest(String value)
value
- allowed object is
String
public String getAccountNumber()
String
public void setAccountNumber(String value)
value
- allowed object is
String
public String getAccountType()
String
public void setAccountType(String value)
value
- allowed object is
String
public String getSplitTenderId()
String
public void setSplitTenderId(String value)
value
- allowed object is
String
public TransactionResponse.PrePaidCard getPrePaidCard()
TransactionResponse.PrePaidCard
public void setPrePaidCard(TransactionResponse.PrePaidCard value)
value
- allowed object is
TransactionResponse.PrePaidCard
public TransactionResponse.Messages getMessages()
TransactionResponse.Messages
public void setMessages(TransactionResponse.Messages value)
value
- allowed object is
TransactionResponse.Messages
public TransactionResponse.Errors getErrors()
TransactionResponse.Errors
public void setErrors(TransactionResponse.Errors value)
value
- allowed object is
TransactionResponse.Errors
public TransactionResponse.SplitTenderPayments getSplitTenderPayments()
TransactionResponse.SplitTenderPayments
public void setSplitTenderPayments(TransactionResponse.SplitTenderPayments value)
value
- allowed object is
TransactionResponse.SplitTenderPayments
public TransactionResponse.UserFields getUserFields()
TransactionResponse.UserFields
public void setUserFields(TransactionResponse.UserFields value)
value
- allowed object is
TransactionResponse.UserFields
public NameAndAddressType getShipTo()
NameAndAddressType
public void setShipTo(NameAndAddressType value)
value
- allowed object is
NameAndAddressType
public TransactionResponse.SecureAcceptance getSecureAcceptance()
TransactionResponse.SecureAcceptance
public void setSecureAcceptance(TransactionResponse.SecureAcceptance value)
value
- allowed object is
TransactionResponse.SecureAcceptance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |