public class TransactionTotals extends Object
Java class for TransactionTotals complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionTotals">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentTotals" type="{}PaymentTotals" maxOccurs="10" minOccurs="0"/>
<element name="LoyaltyTotals" type="{}LoyaltyTotals" maxOccurs="6" minOccurs="0"/>
</sequence>
<attribute name="PaymentInstrument" use="required" type="{}PaymentInstrumentType" />
<attribute name="AcquirerID" type="{}AcquirerID" />
<attribute name="ErrorCondition" type="{}ErrorConditionType" />
<attribute name="HostReconciliationID" type="{}HostReconciliationID" />
<attribute name="CardBrand" type="{}CardBrand" />
<attribute name="POIID" type="{}POIID" />
<attribute name="SaleID" type="{}SaleID" />
<attribute name="OperatorID" type="{}OperatorID" />
<attribute name="ShiftNumber" type="{}ShiftNumber" />
<attribute name="TotalsGroupID" type="{}TotalsGroupID" />
<attribute name="PaymentCurrency" type="{}ISOCurrency3A" />
<attribute name="LoyaltyUnit" type="{}LoyaltyUnitType" default="Point" />
<attribute name="LoyaltyCurrency" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acquirerID
The Acquirer id.
|
protected String |
cardBrand
The Card brand.
|
protected ErrorConditionType |
errorCondition
The Error condition.
|
protected String |
hostReconciliationID
The Host reconciliation id.
|
protected String |
loyaltyCurrency
The Loyalty currency.
|
protected List<LoyaltyTotals> |
loyaltyTotals
The Loyalty totals.
|
protected LoyaltyUnitType |
loyaltyUnit
The Loyalty unit.
|
protected String |
operatorID
The Operator id.
|
protected String |
paymentCurrency
The Payment currency.
|
protected PaymentInstrumentType |
paymentInstrumentType
The Payment instrument.
|
protected List<PaymentTotals> |
paymentTotals
The Payment totals.
|
protected String |
poiid
The Poiid.
|
protected String |
saleID
The Sale id.
|
protected String |
shiftNumber
The Shift number.
|
protected String |
totalsGroupID
The Totals group id.
|
| Constructor and Description |
|---|
TransactionTotals() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcquirerID()
Gets the value of the acquirerID property.
|
String |
getCardBrand()
Gets the value of the cardBrand property.
|
ErrorConditionType |
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<LoyaltyTotals> |
getLoyaltyTotals()
Gets the value of the loyaltyTotals property.
|
LoyaltyUnitType |
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.
|
PaymentInstrumentType |
getPaymentInstrumentType()
Gets the value of the paymentInstrumentType property.
|
List<PaymentTotals> |
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(ErrorConditionType 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(LoyaltyUnitType 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(PaymentInstrumentType 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<PaymentTotals> paymentTotals
protected List<LoyaltyTotals> loyaltyTotals
protected PaymentInstrumentType paymentInstrumentType
protected String acquirerID
protected ErrorConditionType 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 LoyaltyUnitType loyaltyUnit
protected String loyaltyCurrency
public List<PaymentTotals> 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
PaymentTotals
public List<LoyaltyTotals> 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
LoyaltyTotals
public PaymentInstrumentType getPaymentInstrumentType()
PaymentInstrumentTypepublic void setPaymentInstrumentType(PaymentInstrumentType value)
value - allowed object is PaymentInstrumentTypepublic String getAcquirerID()
Stringpublic void setAcquirerID(String value)
value - allowed object is Stringpublic ErrorConditionType getErrorCondition()
ErrorConditionTypepublic void setErrorCondition(ErrorConditionType value)
value - allowed object is ErrorConditionTypepublic 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 LoyaltyUnitType getLoyaltyUnit()
LoyaltyUnitTypepublic void setLoyaltyUnit(LoyaltyUnitType value)
value - allowed object is LoyaltyUnitTypepublic String getLoyaltyCurrency()
StringCopyright © 2022. All rights reserved.