Package net.authorize.api.contract.v1
Class TransactionDetailsType
- java.lang.Object
-
- net.authorize.api.contract.v1.TransactionDetailsType
-
public class TransactionDetailsType extends Object
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="entryMode" 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="customerSignature" 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"/> <element name="emvDetails" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tag" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tagId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileIdType" minOccurs="0"/> <element name="surcharge" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/> <element name="employeeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tip" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/> <element name="otherTax" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}otherTaxType" minOccurs="0"/> <element name="shipFrom" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}nameAndAddressType" minOccurs="0"/> <element name="networkTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}networkTransId" minOccurs="0"/> <element name="originalNetworkTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}networkTransId" minOccurs="0"/> <element name="originalAuthAmount" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.00"/> <fractionDigits value="4"/> </restriction> </simpleType> </element> <element name="authorizationIndicator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionDetailsType.EmvDetailsJava class for anonymous complex type.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TransactionDetailsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAuthAmount()Gets the value of the authAmount property.StringgetAuthCode()Gets the value of the authCode property.StringgetAuthorizationIndicator()Gets the value of the authorizationIndicator property.StringgetAVSResponse()Gets the value of the avsResponse property.BatchDetailsTypegetBatch()Gets the value of the batch property.CustomerAddressTypegetBillTo()Gets the value of the billTo property.StringgetCardCodeResponse()Gets the value of the cardCodeResponse property.StringgetCAVVResponse()Gets the value of the cavvResponse property.CustomerDataTypegetCustomer()Gets the value of the customer property.StringgetCustomerIP()Gets the value of the customerIP property.StringgetCustomerSignature()Gets the value of the customerSignature property.ExtendedAmountTypegetDuty()Gets the value of the duty property.StringgetEmployeeId()Gets the value of the employeeId property.TransactionDetailsType.EmvDetailsgetEmvDetails()Gets the value of the emvDetails property.StringgetEntryMode()Gets the value of the entryMode property.StringgetFDSFilterAction()Gets the value of the fdsFilterAction property.ArrayOfFDSFiltergetFDSFilters()Gets the value of the fdsFilters property.ArrayOfLineItemgetLineItems()Gets the value of the lineItems property.StringgetMarketType()Gets the value of the marketType property.StringgetMobileDeviceId()Gets the value of the mobileDeviceId property.StringgetNetworkTransId()Gets the value of the networkTransId property.OrderExTypegetOrder()Gets the value of the order property.BigDecimalgetOriginalAuthAmount()Gets the value of the originalAuthAmount property.StringgetOriginalNetworkTransId()Gets the value of the originalNetworkTransId property.OtherTaxTypegetOtherTax()Gets the value of the otherTax property.PaymentMaskedTypegetPayment()Gets the value of the payment property.BigDecimalgetPrepaidBalanceRemaining()Gets the value of the prepaidBalanceRemaining property.StringgetProduct()Gets the value of the product property.CustomerProfileIdTypegetProfile()Gets the value of the profile property.StringgetRefTransId()Gets the value of the refTransId property.BigDecimalgetRequestedAmount()Gets the value of the requestedAmount property.intgetResponseCode()Gets the value of the responseCode property.intgetResponseReasonCode()Gets the value of the responseReasonCode property.StringgetResponseReasonDescription()Gets the value of the responseReasonDescription property.ArrayOfReturnedItemgetReturnedItems()Gets the value of the returnedItems property.BigDecimalgetSettleAmount()Gets the value of the settleAmount property.NameAndAddressTypegetShipFrom()Gets the value of the shipFrom property.ExtendedAmountTypegetShipping()Gets the value of the shipping property.NameAndAddressTypegetShipTo()Gets the value of the shipTo property.SolutionTypegetSolution()Gets the value of the solution property.StringgetSplitTenderId()Gets the value of the splitTenderId property.XMLGregorianCalendargetSubmitTimeLocal()Gets the value of the submitTimeLocal property.XMLGregorianCalendargetSubmitTimeUTC()Gets the value of the submitTimeUTC property.SubscriptionPaymentTypegetSubscription()Gets the value of the subscription property.ExtendedAmountTypegetSurcharge()Gets the value of the surcharge property.ExtendedAmountTypegetTax()Gets the value of the tax property.ExtendedAmountTypegetTip()Gets the value of the tip property.StringgetTransactionStatus()Gets the value of the transactionStatus property.StringgetTransactionType()Gets the value of the transactionType property.StringgetTransId()Gets the value of the transId property.BooleanisRecurringBilling()Gets the value of the recurringBilling property.BooleanisTaxExempt()Gets the value of the taxExempt property.voidsetAuthAmount(BigDecimal value)Sets the value of the authAmount property.voidsetAuthCode(String value)Sets the value of the authCode property.voidsetAuthorizationIndicator(String value)Sets the value of the authorizationIndicator property.voidsetAVSResponse(String value)Sets the value of the avsResponse property.voidsetBatch(BatchDetailsType value)Sets the value of the batch property.voidsetBillTo(CustomerAddressType value)Sets the value of the billTo property.voidsetCardCodeResponse(String value)Sets the value of the cardCodeResponse property.voidsetCAVVResponse(String value)Sets the value of the cavvResponse property.voidsetCustomer(CustomerDataType value)Sets the value of the customer property.voidsetCustomerIP(String value)Sets the value of the customerIP property.voidsetCustomerSignature(String value)Sets the value of the customerSignature property.voidsetDuty(ExtendedAmountType value)Sets the value of the duty property.voidsetEmployeeId(String value)Sets the value of the employeeId property.voidsetEmvDetails(TransactionDetailsType.EmvDetails value)Sets the value of the emvDetails property.voidsetEntryMode(String value)Sets the value of the entryMode property.voidsetFDSFilterAction(String value)Sets the value of the fdsFilterAction property.voidsetFDSFilters(ArrayOfFDSFilter value)Sets the value of the fdsFilters property.voidsetLineItems(ArrayOfLineItem value)Sets the value of the lineItems property.voidsetMarketType(String value)Sets the value of the marketType property.voidsetMobileDeviceId(String value)Sets the value of the mobileDeviceId property.voidsetNetworkTransId(String value)Sets the value of the networkTransId property.voidsetOrder(OrderExType value)Sets the value of the order property.voidsetOriginalAuthAmount(BigDecimal value)Sets the value of the originalAuthAmount property.voidsetOriginalNetworkTransId(String value)Sets the value of the originalNetworkTransId property.voidsetOtherTax(OtherTaxType value)Sets the value of the otherTax property.voidsetPayment(PaymentMaskedType value)Sets the value of the payment property.voidsetPrepaidBalanceRemaining(BigDecimal value)Sets the value of the prepaidBalanceRemaining property.voidsetProduct(String value)Sets the value of the product property.voidsetProfile(CustomerProfileIdType value)Sets the value of the profile property.voidsetRecurringBilling(Boolean value)Sets the value of the recurringBilling property.voidsetRefTransId(String value)Sets the value of the refTransId property.voidsetRequestedAmount(BigDecimal value)Sets the value of the requestedAmount property.voidsetResponseCode(int value)Sets the value of the responseCode property.voidsetResponseReasonCode(int value)Sets the value of the responseReasonCode property.voidsetResponseReasonDescription(String value)Sets the value of the responseReasonDescription property.voidsetReturnedItems(ArrayOfReturnedItem value)Sets the value of the returnedItems property.voidsetSettleAmount(BigDecimal value)Sets the value of the settleAmount property.voidsetShipFrom(NameAndAddressType value)Sets the value of the shipFrom property.voidsetShipping(ExtendedAmountType value)Sets the value of the shipping property.voidsetShipTo(NameAndAddressType value)Sets the value of the shipTo property.voidsetSolution(SolutionType value)Sets the value of the solution property.voidsetSplitTenderId(String value)Sets the value of the splitTenderId property.voidsetSubmitTimeLocal(XMLGregorianCalendar value)Sets the value of the submitTimeLocal property.voidsetSubmitTimeUTC(XMLGregorianCalendar value)Sets the value of the submitTimeUTC property.voidsetSubscription(SubscriptionPaymentType value)Sets the value of the subscription property.voidsetSurcharge(ExtendedAmountType value)Sets the value of the surcharge property.voidsetTax(ExtendedAmountType value)Sets the value of the tax property.voidsetTaxExempt(Boolean value)Sets the value of the taxExempt property.voidsetTip(ExtendedAmountType value)Sets the value of the tip property.voidsetTransactionStatus(String value)Sets the value of the transactionStatus property.voidsetTransactionType(String value)Sets the value of the transactionType property.voidsetTransId(String value)Sets the value of the transId property.
-
-
-
Field Detail
-
transId
protected String transId
-
refTransId
protected String refTransId
-
splitTenderId
protected String splitTenderId
-
submitTimeUTC
protected XMLGregorianCalendar submitTimeUTC
-
submitTimeLocal
protected XMLGregorianCalendar submitTimeLocal
-
transactionType
protected String transactionType
-
transactionStatus
protected String transactionStatus
-
responseCode
protected int responseCode
-
responseReasonCode
protected int responseReasonCode
-
subscription
protected SubscriptionPaymentType subscription
-
responseReasonDescription
protected String responseReasonDescription
-
authCode
protected String authCode
-
avsResponse
protected String avsResponse
-
cardCodeResponse
protected String cardCodeResponse
-
cavvResponse
protected String cavvResponse
-
fdsFilterAction
protected String fdsFilterAction
-
fdsFilters
protected ArrayOfFDSFilter fdsFilters
-
batch
protected BatchDetailsType batch
-
order
protected OrderExType order
-
requestedAmount
protected BigDecimal requestedAmount
-
authAmount
protected BigDecimal authAmount
-
settleAmount
protected BigDecimal settleAmount
-
tax
protected ExtendedAmountType tax
-
shipping
protected ExtendedAmountType shipping
-
duty
protected ExtendedAmountType duty
-
lineItems
protected ArrayOfLineItem lineItems
-
prepaidBalanceRemaining
protected BigDecimal prepaidBalanceRemaining
-
taxExempt
protected Boolean taxExempt
-
payment
protected PaymentMaskedType payment
-
customer
protected CustomerDataType customer
-
billTo
protected CustomerAddressType billTo
-
shipTo
protected NameAndAddressType shipTo
-
recurringBilling
protected Boolean recurringBilling
-
customerIP
protected String customerIP
-
product
protected String product
-
entryMode
protected String entryMode
-
marketType
protected String marketType
-
mobileDeviceId
protected String mobileDeviceId
-
customerSignature
protected String customerSignature
-
returnedItems
protected ArrayOfReturnedItem returnedItems
-
solution
protected SolutionType solution
-
emvDetails
protected TransactionDetailsType.EmvDetails emvDetails
-
profile
protected CustomerProfileIdType profile
-
surcharge
protected ExtendedAmountType surcharge
-
employeeId
protected String employeeId
-
tip
protected ExtendedAmountType tip
-
otherTax
protected OtherTaxType otherTax
-
shipFrom
protected NameAndAddressType shipFrom
-
networkTransId
protected String networkTransId
-
originalNetworkTransId
protected String originalNetworkTransId
-
originalAuthAmount
protected BigDecimal originalAuthAmount
-
authorizationIndicator
protected String authorizationIndicator
-
-
Method Detail
-
getTransId
public String getTransId()
Gets the value of the transId property.- Returns:
- possible object is
String
-
setTransId
public void setTransId(String value)
Sets the value of the transId property.- Parameters:
value- allowed object isString
-
getRefTransId
public String getRefTransId()
Gets the value of the refTransId property.- Returns:
- possible object is
String
-
setRefTransId
public void setRefTransId(String value)
Sets the value of the refTransId property.- Parameters:
value- allowed object isString
-
getSplitTenderId
public String getSplitTenderId()
Gets the value of the splitTenderId property.- Returns:
- possible object is
String
-
setSplitTenderId
public void setSplitTenderId(String value)
Sets the value of the splitTenderId property.- Parameters:
value- allowed object isString
-
getSubmitTimeUTC
public XMLGregorianCalendar getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmitTimeUTC
public void setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSubmitTimeLocal
public XMLGregorianCalendar getSubmitTimeLocal()
Gets the value of the submitTimeLocal property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmitTimeLocal
public void setSubmitTimeLocal(XMLGregorianCalendar value)
Sets the value of the submitTimeLocal property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTransactionType
public String getTransactionType()
Gets the value of the transactionType property.- Returns:
- possible object is
String
-
setTransactionType
public void setTransactionType(String value)
Sets the value of the transactionType property.- Parameters:
value- allowed object isString
-
getTransactionStatus
public String getTransactionStatus()
Gets the value of the transactionStatus property.- Returns:
- possible object is
String
-
setTransactionStatus
public void setTransactionStatus(String value)
Sets the value of the transactionStatus property.- Parameters:
value- allowed object isString
-
getResponseCode
public int getResponseCode()
Gets the value of the responseCode property.
-
setResponseCode
public void setResponseCode(int value)
Sets the value of the responseCode property.
-
getResponseReasonCode
public int getResponseReasonCode()
Gets the value of the responseReasonCode property.
-
setResponseReasonCode
public void setResponseReasonCode(int value)
Sets the value of the responseReasonCode property.
-
getSubscription
public SubscriptionPaymentType getSubscription()
Gets the value of the subscription property.- Returns:
- possible object is
SubscriptionPaymentType
-
setSubscription
public void setSubscription(SubscriptionPaymentType value)
Sets the value of the subscription property.- Parameters:
value- allowed object isSubscriptionPaymentType
-
getResponseReasonDescription
public String getResponseReasonDescription()
Gets the value of the responseReasonDescription property.- Returns:
- possible object is
String
-
setResponseReasonDescription
public void setResponseReasonDescription(String value)
Sets the value of the responseReasonDescription property.- Parameters:
value- allowed object isString
-
getAuthCode
public String getAuthCode()
Gets the value of the authCode property.- Returns:
- possible object is
String
-
setAuthCode
public void setAuthCode(String value)
Sets the value of the authCode property.- Parameters:
value- allowed object isString
-
getAVSResponse
public String getAVSResponse()
Gets the value of the avsResponse property.- Returns:
- possible object is
String
-
setAVSResponse
public void setAVSResponse(String value)
Sets the value of the avsResponse property.- Parameters:
value- allowed object isString
-
getCardCodeResponse
public String getCardCodeResponse()
Gets the value of the cardCodeResponse property.- Returns:
- possible object is
String
-
setCardCodeResponse
public void setCardCodeResponse(String value)
Sets the value of the cardCodeResponse property.- Parameters:
value- allowed object isString
-
getCAVVResponse
public String getCAVVResponse()
Gets the value of the cavvResponse property.- Returns:
- possible object is
String
-
setCAVVResponse
public void setCAVVResponse(String value)
Sets the value of the cavvResponse property.- Parameters:
value- allowed object isString
-
getFDSFilterAction
public String getFDSFilterAction()
Gets the value of the fdsFilterAction property.- Returns:
- possible object is
String
-
setFDSFilterAction
public void setFDSFilterAction(String value)
Sets the value of the fdsFilterAction property.- Parameters:
value- allowed object isString
-
getFDSFilters
public ArrayOfFDSFilter getFDSFilters()
Gets the value of the fdsFilters property.- Returns:
- possible object is
ArrayOfFDSFilter
-
setFDSFilters
public void setFDSFilters(ArrayOfFDSFilter value)
Sets the value of the fdsFilters property.- Parameters:
value- allowed object isArrayOfFDSFilter
-
getBatch
public BatchDetailsType getBatch()
Gets the value of the batch property.- Returns:
- possible object is
BatchDetailsType
-
setBatch
public void setBatch(BatchDetailsType value)
Sets the value of the batch property.- Parameters:
value- allowed object isBatchDetailsType
-
getOrder
public OrderExType getOrder()
Gets the value of the order property.- Returns:
- possible object is
OrderExType
-
setOrder
public void setOrder(OrderExType value)
Sets the value of the order property.- Parameters:
value- allowed object isOrderExType
-
getRequestedAmount
public BigDecimal getRequestedAmount()
Gets the value of the requestedAmount property.- Returns:
- possible object is
BigDecimal
-
setRequestedAmount
public void setRequestedAmount(BigDecimal value)
Sets the value of the requestedAmount property.- Parameters:
value- allowed object isBigDecimal
-
getAuthAmount
public BigDecimal getAuthAmount()
Gets the value of the authAmount property.- Returns:
- possible object is
BigDecimal
-
setAuthAmount
public void setAuthAmount(BigDecimal value)
Sets the value of the authAmount property.- Parameters:
value- allowed object isBigDecimal
-
getSettleAmount
public BigDecimal getSettleAmount()
Gets the value of the settleAmount property.- Returns:
- possible object is
BigDecimal
-
setSettleAmount
public void setSettleAmount(BigDecimal value)
Sets the value of the settleAmount property.- Parameters:
value- allowed object isBigDecimal
-
getTax
public ExtendedAmountType getTax()
Gets the value of the tax property.- Returns:
- possible object is
ExtendedAmountType
-
setTax
public void setTax(ExtendedAmountType value)
Sets the value of the tax property.- Parameters:
value- allowed object isExtendedAmountType
-
getShipping
public ExtendedAmountType getShipping()
Gets the value of the shipping property.- Returns:
- possible object is
ExtendedAmountType
-
setShipping
public void setShipping(ExtendedAmountType value)
Sets the value of the shipping property.- Parameters:
value- allowed object isExtendedAmountType
-
getDuty
public ExtendedAmountType getDuty()
Gets the value of the duty property.- Returns:
- possible object is
ExtendedAmountType
-
setDuty
public void setDuty(ExtendedAmountType value)
Sets the value of the duty property.- Parameters:
value- allowed object isExtendedAmountType
-
getLineItems
public ArrayOfLineItem getLineItems()
Gets the value of the lineItems property.- Returns:
- possible object is
ArrayOfLineItem
-
setLineItems
public void setLineItems(ArrayOfLineItem value)
Sets the value of the lineItems property.- Parameters:
value- allowed object isArrayOfLineItem
-
getPrepaidBalanceRemaining
public BigDecimal getPrepaidBalanceRemaining()
Gets the value of the prepaidBalanceRemaining property.- Returns:
- possible object is
BigDecimal
-
setPrepaidBalanceRemaining
public void setPrepaidBalanceRemaining(BigDecimal value)
Sets the value of the prepaidBalanceRemaining property.- Parameters:
value- allowed object isBigDecimal
-
isTaxExempt
public Boolean isTaxExempt()
Gets the value of the taxExempt property.- Returns:
- possible object is
Boolean
-
setTaxExempt
public void setTaxExempt(Boolean value)
Sets the value of the taxExempt property.- Parameters:
value- allowed object isBoolean
-
getPayment
public PaymentMaskedType getPayment()
Gets the value of the payment property.- Returns:
- possible object is
PaymentMaskedType
-
setPayment
public void setPayment(PaymentMaskedType value)
Sets the value of the payment property.- Parameters:
value- allowed object isPaymentMaskedType
-
getCustomer
public CustomerDataType getCustomer()
Gets the value of the customer property.- Returns:
- possible object is
CustomerDataType
-
setCustomer
public void setCustomer(CustomerDataType value)
Sets the value of the customer property.- Parameters:
value- allowed object isCustomerDataType
-
getBillTo
public CustomerAddressType getBillTo()
Gets the value of the billTo property.- Returns:
- possible object is
CustomerAddressType
-
setBillTo
public void setBillTo(CustomerAddressType value)
Sets the value of the billTo property.- Parameters:
value- allowed object isCustomerAddressType
-
getShipTo
public NameAndAddressType getShipTo()
Gets the value of the shipTo property.- Returns:
- possible object is
NameAndAddressType
-
setShipTo
public void setShipTo(NameAndAddressType value)
Sets the value of the shipTo property.- Parameters:
value- allowed object isNameAndAddressType
-
isRecurringBilling
public Boolean isRecurringBilling()
Gets the value of the recurringBilling property.- Returns:
- possible object is
Boolean
-
setRecurringBilling
public void setRecurringBilling(Boolean value)
Sets the value of the recurringBilling property.- Parameters:
value- allowed object isBoolean
-
getCustomerIP
public String getCustomerIP()
Gets the value of the customerIP property.- Returns:
- possible object is
String
-
setCustomerIP
public void setCustomerIP(String value)
Sets the value of the customerIP property.- Parameters:
value- allowed object isString
-
getProduct
public String getProduct()
Gets the value of the product property.- Returns:
- possible object is
String
-
setProduct
public void setProduct(String value)
Sets the value of the product property.- Parameters:
value- allowed object isString
-
getEntryMode
public String getEntryMode()
Gets the value of the entryMode property.- Returns:
- possible object is
String
-
setEntryMode
public void setEntryMode(String value)
Sets the value of the entryMode property.- Parameters:
value- allowed object isString
-
getMarketType
public String getMarketType()
Gets the value of the marketType property.- Returns:
- possible object is
String
-
setMarketType
public void setMarketType(String value)
Sets the value of the marketType property.- Parameters:
value- allowed object isString
-
getMobileDeviceId
public String getMobileDeviceId()
Gets the value of the mobileDeviceId property.- Returns:
- possible object is
String
-
setMobileDeviceId
public void setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.- Parameters:
value- allowed object isString
-
getCustomerSignature
public String getCustomerSignature()
Gets the value of the customerSignature property.- Returns:
- possible object is
String
-
setCustomerSignature
public void setCustomerSignature(String value)
Sets the value of the customerSignature property.- Parameters:
value- allowed object isString
-
getReturnedItems
public ArrayOfReturnedItem getReturnedItems()
Gets the value of the returnedItems property.- Returns:
- possible object is
ArrayOfReturnedItem
-
setReturnedItems
public void setReturnedItems(ArrayOfReturnedItem value)
Sets the value of the returnedItems property.- Parameters:
value- allowed object isArrayOfReturnedItem
-
getSolution
public SolutionType getSolution()
Gets the value of the solution property.- Returns:
- possible object is
SolutionType
-
setSolution
public void setSolution(SolutionType value)
Sets the value of the solution property.- Parameters:
value- allowed object isSolutionType
-
getEmvDetails
public TransactionDetailsType.EmvDetails getEmvDetails()
Gets the value of the emvDetails property.- Returns:
- possible object is
TransactionDetailsType.EmvDetails
-
setEmvDetails
public void setEmvDetails(TransactionDetailsType.EmvDetails value)
Sets the value of the emvDetails property.- Parameters:
value- allowed object isTransactionDetailsType.EmvDetails
-
getProfile
public CustomerProfileIdType getProfile()
Gets the value of the profile property.- Returns:
- possible object is
CustomerProfileIdType
-
setProfile
public void setProfile(CustomerProfileIdType value)
Sets the value of the profile property.- Parameters:
value- allowed object isCustomerProfileIdType
-
getSurcharge
public ExtendedAmountType getSurcharge()
Gets the value of the surcharge property.- Returns:
- possible object is
ExtendedAmountType
-
setSurcharge
public void setSurcharge(ExtendedAmountType value)
Sets the value of the surcharge property.- Parameters:
value- allowed object isExtendedAmountType
-
getEmployeeId
public String getEmployeeId()
Gets the value of the employeeId property.- Returns:
- possible object is
String
-
setEmployeeId
public void setEmployeeId(String value)
Sets the value of the employeeId property.- Parameters:
value- allowed object isString
-
getTip
public ExtendedAmountType getTip()
Gets the value of the tip property.- Returns:
- possible object is
ExtendedAmountType
-
setTip
public void setTip(ExtendedAmountType value)
Sets the value of the tip property.- Parameters:
value- allowed object isExtendedAmountType
-
getOtherTax
public OtherTaxType getOtherTax()
Gets the value of the otherTax property.- Returns:
- possible object is
OtherTaxType
-
setOtherTax
public void setOtherTax(OtherTaxType value)
Sets the value of the otherTax property.- Parameters:
value- allowed object isOtherTaxType
-
getShipFrom
public NameAndAddressType getShipFrom()
Gets the value of the shipFrom property.- Returns:
- possible object is
NameAndAddressType
-
setShipFrom
public void setShipFrom(NameAndAddressType value)
Sets the value of the shipFrom property.- Parameters:
value- allowed object isNameAndAddressType
-
getNetworkTransId
public String getNetworkTransId()
Gets the value of the networkTransId property.- Returns:
- possible object is
String
-
setNetworkTransId
public void setNetworkTransId(String value)
Sets the value of the networkTransId property.- Parameters:
value- allowed object isString
-
getOriginalNetworkTransId
public String getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId property.- Returns:
- possible object is
String
-
setOriginalNetworkTransId
public void setOriginalNetworkTransId(String value)
Sets the value of the originalNetworkTransId property.- Parameters:
value- allowed object isString
-
getOriginalAuthAmount
public BigDecimal getOriginalAuthAmount()
Gets the value of the originalAuthAmount property.- Returns:
- possible object is
BigDecimal
-
setOriginalAuthAmount
public void setOriginalAuthAmount(BigDecimal value)
Sets the value of the originalAuthAmount property.- Parameters:
value- allowed object isBigDecimal
-
getAuthorizationIndicator
public String getAuthorizationIndicator()
Gets the value of the authorizationIndicator property.- Returns:
- possible object is
String
-
-