Package com.adyen.model.nexo
Class StoredValueData
- java.lang.Object
-
- com.adyen.model.nexo.StoredValueData
-
public class StoredValueData extends Object
Definition: Data related to the stored value card. -- Usage: It contains: - the identification of the stored value accounts or the stored value cards, if provided by the Sale System, and - the associated products sold by the Sale System..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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcurrencyThe Currency.protected StringeanUpcThe Ean upc.protected BigDecimalitemAmountThe Item amount.protected OriginalPOITransactionoriginalPOITransactionThe Original poi transaction.protected StringproductCodeThe Product code.protected StoredValueAccountIDstoredValueAccountIDThe Stored value account id.protected StringstoredValueProviderThe Stored value provider.protected StoredValueTransactionTypestoredValueTransactionTypeThe Stored value transaction.
-
Constructor Summary
Constructors Constructor Description StoredValueData()
-
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.BigDecimalgetItemAmount()Gets the value of the itemAmount property.OriginalPOITransactiongetOriginalPOITransaction()Gets the value of the originalPOITransaction property.StringgetProductCode()Gets the value of the productCode property.StoredValueAccountIDgetStoredValueAccountID()Gets the value of the storedValueAccountID property.StringgetStoredValueProvider()Gets the value of the storedValueProvider 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.voidsetItemAmount(BigDecimal value)Sets the value of the itemAmount property.voidsetOriginalPOITransaction(OriginalPOITransaction value)Sets the value of the originalPOITransaction property.voidsetProductCode(String value)Sets the value of the productCode property.voidsetStoredValueAccountID(StoredValueAccountID value)Sets the value of the storedValueAccountID property.voidsetStoredValueProvider(String value)Sets the value of the storedValueProvider property.voidsetStoredValueTransactionType(StoredValueTransactionType value)Sets the value of the storedValueTransactionType property.
-
-
-
Field Detail
-
storedValueAccountID
protected StoredValueAccountID storedValueAccountID
The Stored value account id.
-
originalPOITransaction
protected OriginalPOITransaction originalPOITransaction
The Original poi transaction.
-
storedValueProvider
protected String storedValueProvider
The Stored value provider.
-
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
-
getStoredValueAccountID
public StoredValueAccountID getStoredValueAccountID()
Gets the value of the storedValueAccountID property.- Returns:
- possible object is
StoredValueAccountID
-
setStoredValueAccountID
public void setStoredValueAccountID(StoredValueAccountID value)
Sets the value of the storedValueAccountID property.- Parameters:
value- allowed object isStoredValueAccountID
-
getOriginalPOITransaction
public OriginalPOITransaction getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.- Returns:
- possible object is
OriginalPOITransaction
-
setOriginalPOITransaction
public void setOriginalPOITransaction(OriginalPOITransaction value)
Sets the value of the originalPOITransaction property.- Parameters:
value- allowed object isOriginalPOITransaction
-
getStoredValueProvider
public String getStoredValueProvider()
Gets the value of the storedValueProvider property.- Returns:
- possible object is
String
-
setStoredValueProvider
public void setStoredValueProvider(String value)
Sets the value of the storedValueProvider property.- Parameters:
value- allowed object isString
-
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
-
-