Package com.adyen.model.nexo
Class StoredValueResult
- java.lang.Object
-
- com.adyen.model.nexo.StoredValueResult
-
public class StoredValueResult extends Object
Definition: Result of loading/reloading a stored value card.. -- Usage: For each stored value card loaded or reloaded, in the StoredValue response messageTypeJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcurrencyThe Currency.protected StringeanUpcThe Ean upc.protected TransactionIdentificationhostTransactionIDThe Host transaction id.protected BigDecimalitemAmountThe Item amount.protected StringproductCodeThe Product code.protected StoredValueAccountStatusstoredValueAccountStatusThe Stored value account status.protected StoredValueTransactionTypestoredValueTransactionTypeThe Stored value transaction.
-
Constructor Summary
Constructors Constructor Description StoredValueResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()Gets the value of the currency property.StringgetEanUpc()Gets the value of the eanUpc property.TransactionIdentificationgetHostTransactionID()Gets the value of the hostTransactionID property.BigDecimalgetItemAmount()Gets the value of the itemAmount property.StringgetProductCode()Gets the value of the productCode property.StoredValueAccountStatusgetStoredValueAccountStatus()Gets the value of the storedValueAccountStatus property.StoredValueTransactionTypegetStoredValueTransactionType()Gets the value of the storedValueTransactionType property.voidsetCurrency(String value)Sets the value of the currency property.voidsetEanUpc(String value)Sets the value of the eanUpc property.voidsetHostTransactionID(TransactionIdentification value)Sets the value of the hostTransactionID property.voidsetItemAmount(BigDecimal value)Sets the value of the itemAmount property.voidsetProductCode(String value)Sets the value of the productCode property.voidsetStoredValueAccountStatus(StoredValueAccountStatus value)Sets the value of the storedValueAccountStatus property.voidsetStoredValueTransactionType(StoredValueTransactionType value)Sets the value of the storedValueTransactionType property.
-
-
-
Field Detail
-
storedValueAccountStatus
protected StoredValueAccountStatus storedValueAccountStatus
The Stored value account status.
-
hostTransactionID
protected TransactionIdentification hostTransactionID
The Host transaction id.
-
storedValueTransactionType
protected StoredValueTransactionType storedValueTransactionType
The Stored value transaction.
-
productCode
protected String productCode
The Product code.
-
eanUpc
protected String eanUpc
The Ean upc.
-
itemAmount
protected BigDecimal itemAmount
The Item amount.
-
currency
protected String currency
The Currency.
-
-
Method Detail
-
getStoredValueAccountStatus
public StoredValueAccountStatus getStoredValueAccountStatus()
Gets the value of the storedValueAccountStatus property.- Returns:
- possible object is
StoredValueAccountStatus
-
setStoredValueAccountStatus
public void setStoredValueAccountStatus(StoredValueAccountStatus value)
Sets the value of the storedValueAccountStatus property.- Parameters:
value- allowed object isStoredValueAccountStatus
-
getHostTransactionID
public TransactionIdentification getHostTransactionID()
Gets the value of the hostTransactionID property.- Returns:
- possible object is
TransactionIdentification
-
setHostTransactionID
public void setHostTransactionID(TransactionIdentification value)
Sets the value of the hostTransactionID property.- Parameters:
value- allowed object isTransactionIdentification
-
getStoredValueTransactionType
public StoredValueTransactionType getStoredValueTransactionType()
Gets the value of the storedValueTransactionType property.- Returns:
- possible object is
StoredValueTransactionType
-
setStoredValueTransactionType
public void setStoredValueTransactionType(StoredValueTransactionType value)
Sets the value of the storedValueTransactionType property.- Parameters:
value- allowed object isStoredValueTransactionType
-
getProductCode
public String getProductCode()
Gets the value of the productCode property.- Returns:
- possible object is
String
-
setProductCode
public void setProductCode(String value)
Sets the value of the productCode property.- Parameters:
value- allowed object isString
-
getEanUpc
public String getEanUpc()
Gets the value of the eanUpc property.- Returns:
- possible object is
String
-
setEanUpc
public void setEanUpc(String value)
Sets the value of the eanUpc property.- Parameters:
value- allowed object isString
-
getItemAmount
public BigDecimal getItemAmount()
Gets the value of the itemAmount property.- Returns:
- possible object is
BigDecimal
-
setItemAmount
public void setItemAmount(BigDecimal value)
Sets the value of the itemAmount property.- Parameters:
value- allowed object isBigDecimal
-
getCurrency
public String getCurrency()
Gets the value of the currency property.- Returns:
- possible object is
String
-
-