public class StoredValueResult extends Object
Java class for StoredValueResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StoredValueAccountStatus" type="{}StoredValueAccountStatus"/>
<element name="HostTransactionID" type="{}TransactionIdentification" minOccurs="0"/>
</sequence>
<attribute name="StoredValueTransaction" use="required" type="{}StoredValueTransactionType" />
<attribute name="ProductCode" use="required" 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 TransactionIdentification |
hostTransactionID
The Host transaction id.
|
protected BigDecimal |
itemAmount
The Item amount.
|
protected String |
productCode
The Product code.
|
protected StoredValueAccountStatus |
storedValueAccountStatus
The Stored value account status.
|
protected StoredValueTransactionType |
storedValueTransactionType
The Stored value transaction.
|
| Constructor and Description |
|---|
StoredValueResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getEanUpc()
Gets the value of the eanUpc property.
|
TransactionIdentification |
getHostTransactionID()
Gets the value of the hostTransactionID property.
|
BigDecimal |
getItemAmount()
Gets the value of the itemAmount property.
|
String |
getProductCode()
Gets the value of the productCode property.
|
StoredValueAccountStatus |
getStoredValueAccountStatus()
Gets the value of the storedValueAccountStatus 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 |
setHostTransactionID(TransactionIdentification value)
Sets the value of the hostTransactionID property.
|
void |
setItemAmount(BigDecimal value)
Sets the value of the itemAmount property.
|
void |
setProductCode(String value)
Sets the value of the productCode property.
|
void |
setStoredValueAccountStatus(StoredValueAccountStatus value)
Sets the value of the storedValueAccountStatus property.
|
void |
setStoredValueTransactionType(StoredValueTransactionType value)
Sets the value of the storedValueTransactionType property.
|
protected StoredValueAccountStatus storedValueAccountStatus
protected TransactionIdentification hostTransactionID
protected StoredValueTransactionType storedValueTransactionType
protected String productCode
protected String eanUpc
protected BigDecimal itemAmount
protected String currency
public StoredValueAccountStatus getStoredValueAccountStatus()
StoredValueAccountStatuspublic void setStoredValueAccountStatus(StoredValueAccountStatus value)
value - allowed object is StoredValueAccountStatuspublic TransactionIdentification getHostTransactionID()
TransactionIdentificationpublic void setHostTransactionID(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic 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.