public class TransactionTotalsType extends Object
Java class for TransactionTotalsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionTotalsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentTotals" type="{}PaymentTotalsType" maxOccurs="10" minOccurs="0"/>
<element name="LoyaltyTotals" type="{}LoyaltyTotalsType" maxOccurs="6" minOccurs="0"/>
</sequence>
<attribute name="PaymentInstrumentType" use="required" type="{}PaymentInstrumentTypeTypeCode" />
<attribute name="AcquirerID" type="{}AcquirerIDType" />
<attribute name="ErrorCondition" type="{}ErrorConditionTypeCode" />
<attribute name="HostReconciliationID" type="{}HostReconciliationIDType" />
<attribute name="CardBrand" type="{}CardBrandType" />
<attribute name="POIID" type="{}POIIDType" />
<attribute name="SaleID" type="{}SaleIDType" />
<attribute name="OperatorID" type="{}OperatorIDType" />
<attribute name="ShiftNumber" type="{}ShiftNumberType" />
<attribute name="TotalsGroupID" type="{}TotalsGroupIDType" />
<attribute name="PaymentCurrency" type="{}ISOCurrency3A" />
<attribute name="LoyaltyUnit" type="{}LoyaltyUnitTypeCode" default="Point" />
<attribute name="LoyaltyCurrency" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID |
protected String |
cardBrand |
protected String |
errorCondition |
protected String |
hostReconciliationID |
protected String |
loyaltyCurrency |
protected List<LoyaltyTotalsType> |
loyaltyTotals |
protected String |
loyaltyUnit |
protected String |
operatorID |
protected String |
paymentCurrency |
protected String |
paymentInstrumentType |
protected List<PaymentTotalsType> |
paymentTotals |
protected String |
poiid |
protected String |
saleID |
protected String |
shiftNumber |
protected String |
totalsGroupID |
| Constructor and Description |
|---|
TransactionTotalsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcquirerID()
Gets the value of the acquirerID property.
|
String |
getCardBrand()
Gets the value of the cardBrand property.
|
String |
getErrorCondition()
Gets the value of the errorCondition property.
|
String |
getHostReconciliationID()
Gets the value of the hostReconciliationID property.
|
String |
getLoyaltyCurrency()
Gets the value of the loyaltyCurrency property.
|
List<LoyaltyTotalsType> |
getLoyaltyTotals()
Gets the value of the loyaltyTotals property.
|
String |
getLoyaltyUnit()
Gets the value of the loyaltyUnit property.
|
String |
getOperatorID()
Gets the value of the operatorID property.
|
String |
getPaymentCurrency()
Gets the value of the paymentCurrency property.
|
String |
getPaymentInstrumentType()
Gets the value of the paymentInstrumentType property.
|
List<PaymentTotalsType> |
getPaymentTotals()
Gets the value of the paymentTotals property.
|
String |
getPOIID()
Gets the value of the poiid property.
|
String |
getSaleID()
Gets the value of the saleID property.
|
String |
getShiftNumber()
Gets the value of the shiftNumber property.
|
String |
getTotalsGroupID()
Gets the value of the totalsGroupID property.
|
void |
setAcquirerID(String value)
Sets the value of the acquirerID property.
|
void |
setCardBrand(String value)
Sets the value of the cardBrand property.
|
void |
setErrorCondition(String value)
Sets the value of the errorCondition property.
|
void |
setHostReconciliationID(String value)
Sets the value of the hostReconciliationID property.
|
void |
setLoyaltyCurrency(String value)
Sets the value of the loyaltyCurrency property.
|
void |
setLoyaltyUnit(String value)
Sets the value of the loyaltyUnit property.
|
void |
setOperatorID(String value)
Sets the value of the operatorID property.
|
void |
setPaymentCurrency(String value)
Sets the value of the paymentCurrency property.
|
void |
setPaymentInstrumentType(String value)
Sets the value of the paymentInstrumentType property.
|
void |
setPOIID(String value)
Sets the value of the poiid property.
|
void |
setSaleID(String value)
Sets the value of the saleID property.
|
void |
setShiftNumber(String value)
Sets the value of the shiftNumber property.
|
void |
setTotalsGroupID(String value)
Sets the value of the totalsGroupID property.
|
protected List<PaymentTotalsType> paymentTotals
protected List<LoyaltyTotalsType> loyaltyTotals
protected String paymentInstrumentType
protected String acquirerID
protected String errorCondition
protected String hostReconciliationID
protected String cardBrand
protected String poiid
protected String saleID
protected String operatorID
protected String shiftNumber
protected String totalsGroupID
protected String paymentCurrency
protected String loyaltyUnit
protected String loyaltyCurrency
public List<PaymentTotalsType> getPaymentTotals()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentTotals property.
For example, to add a new item, do as follows:
getPaymentTotals().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTotalsType
public List<LoyaltyTotalsType> getLoyaltyTotals()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the loyaltyTotals property.
For example, to add a new item, do as follows:
getLoyaltyTotals().add(newItem);
Objects of the following type(s) are allowed in the list
LoyaltyTotalsType
public String getPaymentInstrumentType()
Stringpublic void setPaymentInstrumentType(String value)
value - allowed object is
Stringpublic String getAcquirerID()
Stringpublic void setAcquirerID(String value)
value - allowed object is
Stringpublic String getErrorCondition()
Stringpublic void setErrorCondition(String value)
value - allowed object is
Stringpublic String getHostReconciliationID()
Stringpublic void setHostReconciliationID(String value)
value - allowed object is
Stringpublic String getCardBrand()
Stringpublic void setCardBrand(String value)
value - allowed object is
Stringpublic String getPOIID()
Stringpublic void setPOIID(String value)
value - allowed object is
Stringpublic String getSaleID()
Stringpublic void setSaleID(String value)
value - allowed object is
Stringpublic String getOperatorID()
Stringpublic void setOperatorID(String value)
value - allowed object is
Stringpublic String getShiftNumber()
Stringpublic void setShiftNumber(String value)
value - allowed object is
Stringpublic String getTotalsGroupID()
Stringpublic void setTotalsGroupID(String value)
value - allowed object is
Stringpublic String getPaymentCurrency()
Stringpublic void setPaymentCurrency(String value)
value - allowed object is
Stringpublic String getLoyaltyUnit()
Stringpublic void setLoyaltyUnit(String value)
value - allowed object is
Stringpublic String getLoyaltyCurrency()
StringCopyright © 2018. All rights reserved.