public class StoredValueResultType extends Object
Java class for StoredValueResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StoredValueAccountStatus" type="{}StoredValueAccountStatusType"/>
<element name="HostTransactionID" type="{}TransactionIdentificationType" minOccurs="0"/>
</sequence>
<attribute name="StoredValueTransactionType" use="required" type="{}StoredValueTransactionTypeTypeCode" />
<attribute name="ProductCode" use="required" type="{}ProductCodeType" />
<attribute name="EanUpc" type="{}EanUpcType" />
<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 |
protected String |
eanUpc |
protected TransactionIdentificationType |
hostTransactionID |
protected BigDecimal |
itemAmount |
protected String |
productCode |
protected StoredValueAccountStatusType |
storedValueAccountStatus |
protected String |
storedValueTransactionType |
| Constructor and Description |
|---|
StoredValueResultType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getEanUpc()
Gets the value of the eanUpc property.
|
TransactionIdentificationType |
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.
|
StoredValueAccountStatusType |
getStoredValueAccountStatus()
Gets the value of the storedValueAccountStatus property.
|
String |
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(TransactionIdentificationType 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(StoredValueAccountStatusType value)
Sets the value of the storedValueAccountStatus property.
|
void |
setStoredValueTransactionType(String value)
Sets the value of the storedValueTransactionType property.
|
protected StoredValueAccountStatusType storedValueAccountStatus
protected TransactionIdentificationType hostTransactionID
protected String storedValueTransactionType
protected String productCode
protected String eanUpc
protected BigDecimal itemAmount
protected String currency
public StoredValueAccountStatusType getStoredValueAccountStatus()
StoredValueAccountStatusTypepublic void setStoredValueAccountStatus(StoredValueAccountStatusType value)
value - allowed object is
StoredValueAccountStatusTypepublic TransactionIdentificationType getHostTransactionID()
TransactionIdentificationTypepublic void setHostTransactionID(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic String getStoredValueTransactionType()
Stringpublic void setStoredValueTransactionType(String value)
value - allowed object is
Stringpublic 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 © 2018. All rights reserved.