|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.TransactionDetailsType
public class TransactionDetailsType
Java class for transactionDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transactionDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="refTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="splitTenderId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="submitTimeLocal" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="transactionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="transactionStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="responseReasonCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="subscription" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subscriptionPaymentType" minOccurs="0"/>
<element name="responseReasonDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="authCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="AVSResponse" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="cardCodeResponse" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="CAVVResponse" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="FDSFilterAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FDSFilters" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfFDSFilter" minOccurs="0"/>
<element name="batch" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}batchDetailsType" minOccurs="0"/>
<element name="order" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}orderExType" minOccurs="0"/>
<element name="requestedAmount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.00"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="authAmount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.00"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="settleAmount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.00"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="tax" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
<element name="shipping" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
<element name="duty" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
<element name="lineItems" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfLineItem" minOccurs="0"/>
<element name="prepaidBalanceRemaining" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="taxExempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="payment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType"/>
<element name="customer" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerDataType" minOccurs="0"/>
<element name="billTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" minOccurs="0"/>
<element name="shipTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}nameAndAddressType" minOccurs="0"/>
<element name="recurringBilling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="customerIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="product" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mobileDeviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="returnedItems" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfReturnedItem" minOccurs="0"/>
<element name="solution" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}solutionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TransactionDetailsType()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getAuthAmount()
Gets the value of the authAmount property. |
String |
getAuthCode()
Gets the value of the authCode property. |
String |
getAVSResponse()
Gets the value of the avsResponse property. |
BatchDetailsType |
getBatch()
Gets the value of the batch property. |
CustomerAddressType |
getBillTo()
Gets the value of the billTo property. |
String |
getCardCodeResponse()
Gets the value of the cardCodeResponse property. |
String |
getCAVVResponse()
Gets the value of the cavvResponse property. |
CustomerDataType |
getCustomer()
Gets the value of the customer property. |
String |
getCustomerIP()
Gets the value of the customerIP property. |
ExtendedAmountType |
getDuty()
Gets the value of the duty property. |
String |
getFDSFilterAction()
Gets the value of the fdsFilterAction property. |
ArrayOfFDSFilter |
getFDSFilters()
Gets the value of the fdsFilters property. |
ArrayOfLineItem |
getLineItems()
Gets the value of the lineItems property. |
String |
getMarketType()
Gets the value of the marketType property. |
String |
getMobileDeviceId()
Gets the value of the mobileDeviceId property. |
OrderExType |
getOrder()
Gets the value of the order property. |
PaymentMaskedType |
getPayment()
Gets the value of the payment property. |
BigDecimal |
getPrepaidBalanceRemaining()
Gets the value of the prepaidBalanceRemaining property. |
String |
getProduct()
Gets the value of the product property. |
String |
getRefTransId()
Gets the value of the refTransId property. |
BigDecimal |
getRequestedAmount()
Gets the value of the requestedAmount property. |
int |
getResponseCode()
Gets the value of the responseCode property. |
int |
getResponseReasonCode()
Gets the value of the responseReasonCode property. |
String |
getResponseReasonDescription()
Gets the value of the responseReasonDescription property. |
ArrayOfReturnedItem |
getReturnedItems()
Gets the value of the returnedItems property. |
BigDecimal |
getSettleAmount()
Gets the value of the settleAmount property. |
ExtendedAmountType |
getShipping()
Gets the value of the shipping property. |
NameAndAddressType |
getShipTo()
Gets the value of the shipTo property. |
SolutionType |
getSolution()
Gets the value of the solution property. |
String |
getSplitTenderId()
Gets the value of the splitTenderId property. |
XMLGregorianCalendar |
getSubmitTimeLocal()
Gets the value of the submitTimeLocal property. |
XMLGregorianCalendar |
getSubmitTimeUTC()
Gets the value of the submitTimeUTC property. |
SubscriptionPaymentType |
getSubscription()
Gets the value of the subscription property. |
ExtendedAmountType |
getTax()
Gets the value of the tax property. |
String |
getTransactionStatus()
Gets the value of the transactionStatus property. |
String |
getTransactionType()
Gets the value of the transactionType property. |
String |
getTransId()
Gets the value of the transId property. |
Boolean |
isRecurringBilling()
Gets the value of the recurringBilling property. |
Boolean |
isTaxExempt()
Gets the value of the taxExempt property. |
void |
setAuthAmount(BigDecimal value)
Sets the value of the authAmount property. |
void |
setAuthCode(String value)
Sets the value of the authCode property. |
void |
setAVSResponse(String value)
Sets the value of the avsResponse property. |
void |
setBatch(BatchDetailsType value)
Sets the value of the batch property. |
void |
setBillTo(CustomerAddressType value)
Sets the value of the billTo property. |
void |
setCardCodeResponse(String value)
Sets the value of the cardCodeResponse property. |
void |
setCAVVResponse(String value)
Sets the value of the cavvResponse property. |
void |
setCustomer(CustomerDataType value)
Sets the value of the customer property. |
void |
setCustomerIP(String value)
Sets the value of the customerIP property. |
void |
setDuty(ExtendedAmountType value)
Sets the value of the duty property. |
void |
setFDSFilterAction(String value)
Sets the value of the fdsFilterAction property. |
void |
setFDSFilters(ArrayOfFDSFilter value)
Sets the value of the fdsFilters property. |
void |
setLineItems(ArrayOfLineItem value)
Sets the value of the lineItems property. |
void |
setMarketType(String value)
Sets the value of the marketType property. |
void |
setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property. |
void |
setOrder(OrderExType value)
Sets the value of the order property. |
void |
setPayment(PaymentMaskedType value)
Sets the value of the payment property. |
void |
setPrepaidBalanceRemaining(BigDecimal value)
Sets the value of the prepaidBalanceRemaining property. |
void |
setProduct(String value)
Sets the value of the product property. |
void |
setRecurringBilling(Boolean value)
Sets the value of the recurringBilling property. |
void |
setRefTransId(String value)
Sets the value of the refTransId property. |
void |
setRequestedAmount(BigDecimal value)
Sets the value of the requestedAmount property. |
void |
setResponseCode(int value)
Sets the value of the responseCode property. |
void |
setResponseReasonCode(int value)
Sets the value of the responseReasonCode property. |
void |
setResponseReasonDescription(String value)
Sets the value of the responseReasonDescription property. |
void |
setReturnedItems(ArrayOfReturnedItem value)
Sets the value of the returnedItems property. |
void |
setSettleAmount(BigDecimal value)
Sets the value of the settleAmount property. |
void |
setShipping(ExtendedAmountType value)
Sets the value of the shipping property. |
void |
setShipTo(NameAndAddressType value)
Sets the value of the shipTo property. |
void |
setSolution(SolutionType value)
Sets the value of the solution property. |
void |
setSplitTenderId(String value)
Sets the value of the splitTenderId property. |
void |
setSubmitTimeLocal(XMLGregorianCalendar value)
Sets the value of the submitTimeLocal property. |
void |
setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property. |
void |
setSubscription(SubscriptionPaymentType value)
Sets the value of the subscription property. |
void |
setTax(ExtendedAmountType value)
Sets the value of the tax property. |
void |
setTaxExempt(Boolean value)
Sets the value of the taxExempt property. |
void |
setTransactionStatus(String value)
Sets the value of the transactionStatus property. |
void |
setTransactionType(String value)
Sets the value of the transactionType property. |
void |
setTransId(String value)
Sets the value of the transId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String transId
protected String refTransId
protected String splitTenderId
protected XMLGregorianCalendar submitTimeUTC
protected XMLGregorianCalendar submitTimeLocal
protected String transactionType
protected String transactionStatus
protected int responseCode
protected int responseReasonCode
protected SubscriptionPaymentType subscription
protected String responseReasonDescription
protected String authCode
protected String avsResponse
protected String cardCodeResponse
protected String cavvResponse
protected String fdsFilterAction
protected ArrayOfFDSFilter fdsFilters
protected BatchDetailsType batch
protected OrderExType order
protected BigDecimal requestedAmount
protected BigDecimal authAmount
protected BigDecimal settleAmount
protected ExtendedAmountType tax
protected ExtendedAmountType shipping
protected ExtendedAmountType duty
protected ArrayOfLineItem lineItems
protected BigDecimal prepaidBalanceRemaining
protected Boolean taxExempt
protected PaymentMaskedType payment
protected CustomerDataType customer
protected CustomerAddressType billTo
protected NameAndAddressType shipTo
protected Boolean recurringBilling
protected String customerIP
protected String product
protected String marketType
protected String mobileDeviceId
protected ArrayOfReturnedItem returnedItems
protected SolutionType solution
| Constructor Detail |
|---|
public TransactionDetailsType()
| Method Detail |
|---|
public String getTransId()
Stringpublic void setTransId(String value)
value - allowed object is
Stringpublic String getRefTransId()
Stringpublic void setRefTransId(String value)
value - allowed object is
Stringpublic String getSplitTenderId()
Stringpublic void setSplitTenderId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSubmitTimeUTC()
XMLGregorianCalendarpublic void setSubmitTimeUTC(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getSubmitTimeLocal()
XMLGregorianCalendarpublic void setSubmitTimeLocal(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTransactionType()
Stringpublic void setTransactionType(String value)
value - allowed object is
Stringpublic String getTransactionStatus()
Stringpublic void setTransactionStatus(String value)
value - allowed object is
Stringpublic int getResponseCode()
public void setResponseCode(int value)
public int getResponseReasonCode()
public void setResponseReasonCode(int value)
public SubscriptionPaymentType getSubscription()
SubscriptionPaymentTypepublic void setSubscription(SubscriptionPaymentType value)
value - allowed object is
SubscriptionPaymentTypepublic String getResponseReasonDescription()
Stringpublic void setResponseReasonDescription(String value)
value - allowed object is
Stringpublic String getAuthCode()
Stringpublic void setAuthCode(String value)
value - allowed object is
Stringpublic String getAVSResponse()
Stringpublic void setAVSResponse(String value)
value - allowed object is
Stringpublic String getCardCodeResponse()
Stringpublic void setCardCodeResponse(String value)
value - allowed object is
Stringpublic String getCAVVResponse()
Stringpublic void setCAVVResponse(String value)
value - allowed object is
Stringpublic String getFDSFilterAction()
Stringpublic void setFDSFilterAction(String value)
value - allowed object is
Stringpublic ArrayOfFDSFilter getFDSFilters()
ArrayOfFDSFilterpublic void setFDSFilters(ArrayOfFDSFilter value)
value - allowed object is
ArrayOfFDSFilterpublic BatchDetailsType getBatch()
BatchDetailsTypepublic void setBatch(BatchDetailsType value)
value - allowed object is
BatchDetailsTypepublic OrderExType getOrder()
OrderExTypepublic void setOrder(OrderExType value)
value - allowed object is
OrderExTypepublic BigDecimal getRequestedAmount()
BigDecimalpublic void setRequestedAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAuthAmount()
BigDecimalpublic void setAuthAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSettleAmount()
BigDecimalpublic void setSettleAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic ExtendedAmountType getTax()
ExtendedAmountTypepublic void setTax(ExtendedAmountType value)
value - allowed object is
ExtendedAmountTypepublic ExtendedAmountType getShipping()
ExtendedAmountTypepublic void setShipping(ExtendedAmountType value)
value - allowed object is
ExtendedAmountTypepublic ExtendedAmountType getDuty()
ExtendedAmountTypepublic void setDuty(ExtendedAmountType value)
value - allowed object is
ExtendedAmountTypepublic ArrayOfLineItem getLineItems()
ArrayOfLineItempublic void setLineItems(ArrayOfLineItem value)
value - allowed object is
ArrayOfLineItempublic BigDecimal getPrepaidBalanceRemaining()
BigDecimalpublic void setPrepaidBalanceRemaining(BigDecimal value)
value - allowed object is
BigDecimalpublic Boolean isTaxExempt()
Booleanpublic void setTaxExempt(Boolean value)
value - allowed object is
Booleanpublic PaymentMaskedType getPayment()
PaymentMaskedTypepublic void setPayment(PaymentMaskedType value)
value - allowed object is
PaymentMaskedTypepublic CustomerDataType getCustomer()
CustomerDataTypepublic void setCustomer(CustomerDataType value)
value - allowed object is
CustomerDataTypepublic CustomerAddressType getBillTo()
CustomerAddressTypepublic void setBillTo(CustomerAddressType value)
value - allowed object is
CustomerAddressTypepublic NameAndAddressType getShipTo()
NameAndAddressTypepublic void setShipTo(NameAndAddressType value)
value - allowed object is
NameAndAddressTypepublic Boolean isRecurringBilling()
Booleanpublic void setRecurringBilling(Boolean value)
value - allowed object is
Booleanpublic String getCustomerIP()
Stringpublic void setCustomerIP(String value)
value - allowed object is
Stringpublic String getProduct()
Stringpublic void setProduct(String value)
value - allowed object is
Stringpublic String getMarketType()
Stringpublic void setMarketType(String value)
value - allowed object is
Stringpublic String getMobileDeviceId()
Stringpublic void setMobileDeviceId(String value)
value - allowed object is
Stringpublic ArrayOfReturnedItem getReturnedItems()
ArrayOfReturnedItempublic void setReturnedItems(ArrayOfReturnedItem value)
value - allowed object is
ArrayOfReturnedItempublic SolutionType getSolution()
SolutionTypepublic void setSolution(SolutionType value)
value - allowed object is
SolutionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||