Package com.adyen.model.nexo
Class LoyaltyAccount
- java.lang.Object
-
- com.adyen.model.nexo.LoyaltyAccount
-
public class LoyaltyAccount extends Object
Definition: Data related to a loyalty account processed in the transaction. -- Usage: This data structure conveys the identification of the account and the associated loyalty brand.Java class for LoyaltyAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LoyaltyAccountID" type="{}LoyaltyAccountID"/> </sequence> <attribute name="LoyaltyBrand" type="{}LoyaltyBrand" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LoyaltyAccountIDloyaltyAccountIDThe Loyalty account id.protected StringloyaltyBrandThe Loyalty brand.
-
Constructor Summary
Constructors Constructor Description LoyaltyAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoyaltyAccountIDgetLoyaltyAccountID()Gets the value of the loyaltyAccountID property.StringgetLoyaltyBrand()Gets the value of the loyaltyBrand property.voidsetLoyaltyAccountID(LoyaltyAccountID value)Sets the value of the loyaltyAccountID property.voidsetLoyaltyBrand(String value)Sets the value of the loyaltyBrand property.
-
-
-
Field Detail
-
loyaltyAccountID
protected LoyaltyAccountID loyaltyAccountID
The Loyalty account id.
-
loyaltyBrand
protected String loyaltyBrand
The Loyalty brand.
-
-
Method Detail
-
getLoyaltyAccountID
public LoyaltyAccountID getLoyaltyAccountID()
Gets the value of the loyaltyAccountID property.- Returns:
- possible object is
LoyaltyAccountID
-
setLoyaltyAccountID
public void setLoyaltyAccountID(LoyaltyAccountID value)
Sets the value of the loyaltyAccountID property.- Parameters:
value- allowed object isLoyaltyAccountID
-
getLoyaltyBrand
public String getLoyaltyBrand()
Gets the value of the loyaltyBrand property.- Returns:
- possible object is
String
-
-