Package com.adyen.model.nexo
Class AllowedProduct
- java.lang.Object
-
- com.adyen.model.nexo.AllowedProduct
-
public class AllowedProduct extends Object
Definition: Product that are payable by the payment card. -- Usage: Restriction of product payable by a card.Java class for AllowedProduct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllowedProduct"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ProductLabel" type="{}ProductLabel" minOccurs="0"/> <element name="AdditionalProductInfo" type="{}AdditionalProductInfo" minOccurs="0"/> </sequence> <attribute name="ProductCode" use="required" type="{}ProductCode" /> <attribute name="EanUpc" type="{}EanUpc" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringadditionalProductInfoThe Additional product info.protected StringeanUpcThe Ean upc.protected StringproductCodeThe Product code.protected StringproductLabelThe Product label.
-
Constructor Summary
Constructors Constructor Description AllowedProduct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdditionalProductInfo()Gets the value of the additionalProductInfo property.StringgetEanUpc()Gets the value of the eanUpc property.StringgetProductCode()Gets the value of the productCode property.StringgetProductLabel()Gets the value of the productLabel property.voidsetAdditionalProductInfo(String value)Sets the value of the additionalProductInfo property.voidsetEanUpc(String value)Sets the value of the eanUpc property.voidsetProductCode(String value)Sets the value of the productCode property.voidsetProductLabel(String value)Sets the value of the productLabel property.
-
-
-
Method Detail
-
getProductLabel
public String getProductLabel()
Gets the value of the productLabel property.- Returns:
- possible object is
String
-
setProductLabel
public void setProductLabel(String value)
Sets the value of the productLabel property.- Parameters:
value- allowed object isString
-
getAdditionalProductInfo
public String getAdditionalProductInfo()
Gets the value of the additionalProductInfo property.- Returns:
- possible object is
String
-
setAdditionalProductInfo
public void setAdditionalProductInfo(String value)
Sets the value of the additionalProductInfo property.- Parameters:
value- allowed object isString
-
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
-
-