public class StoredValueData extends Object
Java class for StoredValueData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StoredValueAccountID" type="{}StoredValueAccountID" minOccurs="0"/>
<element name="OriginalPOITransaction" type="{}OriginalPOITransaction" minOccurs="0"/>
</sequence>
<attribute name="StoredValueProvider" type="{}StoredValueProvider" />
<attribute name="StoredValueTransaction" use="required" type="{}StoredValueTransactionType" />
<attribute name="ProductCode" type="{}ProductCode" />
<attribute name="EanUpc" type="{}EanUpc" />
<attribute name="ItemAmount" use="required" type="{}SimpleAmountType" />
<attribute name="Currency" use="required" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency
The Currency.
|
protected String |
eanUpc
The Ean upc.
|
protected BigDecimal |
itemAmount
The Item amount.
|
protected OriginalPOITransaction |
originalPOITransaction
The Original poi transaction.
|
protected String |
productCode
The Product code.
|
protected StoredValueAccountID |
storedValueAccountID
The Stored value account id.
|
protected String |
storedValueProvider
The Stored value provider.
|
protected StoredValueTransactionType |
storedValueTransactionType
The Stored value transaction.
|
| Constructor and Description |
|---|
StoredValueData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getEanUpc()
Gets the value of the eanUpc property.
|
BigDecimal |
getItemAmount()
Gets the value of the itemAmount property.
|
OriginalPOITransaction |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
String |
getProductCode()
Gets the value of the productCode property.
|
StoredValueAccountID |
getStoredValueAccountID()
Gets the value of the storedValueAccountID property.
|
String |
getStoredValueProvider()
Gets the value of the storedValueProvider property.
|
StoredValueTransactionType |
getStoredValueTransactionType()
Gets the value of the storedValueTransactionType property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setEanUpc(String value)
Sets the value of the eanUpc property.
|
void |
setItemAmount(BigDecimal value)
Sets the value of the itemAmount property.
|
void |
setOriginalPOITransaction(OriginalPOITransaction value)
Sets the value of the originalPOITransaction property.
|
void |
setProductCode(String value)
Sets the value of the productCode property.
|
void |
setStoredValueAccountID(StoredValueAccountID value)
Sets the value of the storedValueAccountID property.
|
void |
setStoredValueProvider(String value)
Sets the value of the storedValueProvider property.
|
void |
setStoredValueTransactionType(StoredValueTransactionType value)
Sets the value of the storedValueTransactionType property.
|
protected StoredValueAccountID storedValueAccountID
protected OriginalPOITransaction originalPOITransaction
protected String storedValueProvider
protected StoredValueTransactionType storedValueTransactionType
protected String productCode
protected String eanUpc
protected BigDecimal itemAmount
protected String currency
public StoredValueAccountID getStoredValueAccountID()
StoredValueAccountIDpublic void setStoredValueAccountID(StoredValueAccountID value)
value - allowed object is StoredValueAccountIDpublic OriginalPOITransaction getOriginalPOITransaction()
OriginalPOITransactionpublic void setOriginalPOITransaction(OriginalPOITransaction value)
value - allowed object is OriginalPOITransactionpublic String getStoredValueProvider()
Stringpublic void setStoredValueProvider(String value)
value - allowed object is Stringpublic StoredValueTransactionType getStoredValueTransactionType()
StoredValueTransactionTypepublic void setStoredValueTransactionType(StoredValueTransactionType value)
value - allowed object is StoredValueTransactionTypepublic String getProductCode()
Stringpublic void setProductCode(String value)
value - allowed object is Stringpublic String getEanUpc()
Stringpublic void setEanUpc(String value)
value - allowed object is Stringpublic BigDecimal getItemAmount()
BigDecimalpublic void setItemAmount(BigDecimal value)
value - allowed object is BigDecimalpublic String getCurrency()
StringCopyright © 2022. All rights reserved.