Uses of Class
com.adyen.model.tapi.LoyaltyAccount
-
Packages that use LoyaltyAccount Package Description com.adyen.model.tapi -
-
Uses of LoyaltyAccount in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return LoyaltyAccount Modifier and Type Method Description static LoyaltyAccountLoyaltyAccount. fromJson(String jsonString)Create an instance of LoyaltyAccount given an JSON stringLoyaltyAccountLoyaltyResult. getLoyaltyAccount()Get loyaltyAccountLoyaltyAccountLoyaltyAccount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.LoyaltyAccountLoyaltyAccount. loyaltyAccountID(LoyaltyAccountID loyaltyAccountID)loyaltyAccountIDLoyaltyAccountLoyaltyAccount. loyaltyBrand(String loyaltyBrand)Identification of a Loyalty brand.Methods in com.adyen.model.tapi that return types with arguments of type LoyaltyAccount Modifier and Type Method Description List<LoyaltyAccount>CardAcquisitionResponse. getLoyaltyAccount()Data related to the loyalty System.Methods in com.adyen.model.tapi with parameters of type LoyaltyAccount Modifier and Type Method Description CardAcquisitionResponseCardAcquisitionResponse. addLoyaltyAccountItem(LoyaltyAccount loyaltyAccountItem)LoyaltyResultLoyaltyResult. loyaltyAccount(LoyaltyAccount loyaltyAccount)loyaltyAccountvoidLoyaltyResult. setLoyaltyAccount(LoyaltyAccount loyaltyAccount)loyaltyAccountMethod parameters in com.adyen.model.tapi with type arguments of type LoyaltyAccount Modifier and Type Method Description CardAcquisitionResponseCardAcquisitionResponse. loyaltyAccount(List<LoyaltyAccount> loyaltyAccount)Data related to the loyalty System.voidCardAcquisitionResponse. setLoyaltyAccount(List<LoyaltyAccount> loyaltyAccount)Data related to the loyalty System.
-