Uses of Class
com.adyen.model.tapi.LoyaltyAccountID
-
Packages that use LoyaltyAccountID Package Description com.adyen.model.tapi -
-
Uses of LoyaltyAccountID in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return LoyaltyAccountID Modifier and Type Method Description LoyaltyAccountIDLoyaltyAccountID. addEntryModeItem(LoyaltyAccountID.EntryModeEnum entryModeItem)LoyaltyAccountIDLoyaltyAccountID. entryMode(List<LoyaltyAccountID.EntryModeEnum> entryMode)entryModestatic LoyaltyAccountIDLoyaltyAccountID. fromJson(String jsonString)Create an instance of LoyaltyAccountID given an JSON stringLoyaltyAccountIDLoyaltyAccount. getLoyaltyAccountID()Get loyaltyAccountIDLoyaltyAccountIDLoyaltyAccountReq. getLoyaltyAccountID()Get loyaltyAccountIDLoyaltyAccountIDLoyaltyData. getLoyaltyAccountID()Get loyaltyAccountIDLoyaltyAccountIDLoyaltyAccountID. identificationSupport(IdentificationSupport identificationSupport)identificationSupportLoyaltyAccountIDLoyaltyAccountID. identificationType(IdentificationType identificationType)identificationTypeLoyaltyAccountIDLoyaltyAccountID. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.LoyaltyAccountIDLoyaltyAccountID. loyaltyID(String loyaltyID)Loyalty account identification conforming to the IdentificationType.Methods in com.adyen.model.tapi with parameters of type LoyaltyAccountID Modifier and Type Method Description LoyaltyAccountLoyaltyAccount. loyaltyAccountID(LoyaltyAccountID loyaltyAccountID)loyaltyAccountIDLoyaltyAccountReqLoyaltyAccountReq. loyaltyAccountID(LoyaltyAccountID loyaltyAccountID)loyaltyAccountIDLoyaltyDataLoyaltyData. loyaltyAccountID(LoyaltyAccountID loyaltyAccountID)loyaltyAccountIDvoidLoyaltyAccount. setLoyaltyAccountID(LoyaltyAccountID loyaltyAccountID)loyaltyAccountIDvoidLoyaltyAccountReq. setLoyaltyAccountID(LoyaltyAccountID loyaltyAccountID)loyaltyAccountIDvoidLoyaltyData. setLoyaltyAccountID(LoyaltyAccountID loyaltyAccountID)loyaltyAccountID
-