Uses of Class
com.adyen.model.tapi.LoyaltyResult
-
Packages that use LoyaltyResult Package Description com.adyen.model.tapi -
-
Uses of LoyaltyResult in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return LoyaltyResult Modifier and Type Method Description LoyaltyResultLoyaltyResult. currentBalance(BigDecimal currentBalance)Balance of an account.static LoyaltyResultLoyaltyResult. fromJson(String jsonString)Create an instance of LoyaltyResult given an JSON stringLoyaltyResultLoyaltyResult. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.LoyaltyResultLoyaltyResult. loyaltyAccount(LoyaltyAccount loyaltyAccount)loyaltyAccountLoyaltyResultLoyaltyResult. loyaltyAcquirerData(LoyaltyAcquirerData loyaltyAcquirerData)loyaltyAcquirerDataMethods in com.adyen.model.tapi that return types with arguments of type LoyaltyResult Modifier and Type Method Description List<LoyaltyResult>LoyaltyResponse. getLoyaltyResult()Data related to the result of a processed loyalty transaction.List<LoyaltyResult>PaymentResponse. getLoyaltyResult()Data related to the result of a processed loyalty transaction.List<LoyaltyResult>PerformedTransaction. getLoyaltyResult()Get loyaltyResultMethods in com.adyen.model.tapi with parameters of type LoyaltyResult Modifier and Type Method Description LoyaltyResponseLoyaltyResponse. addLoyaltyResultItem(LoyaltyResult loyaltyResultItem)PaymentResponsePaymentResponse. addLoyaltyResultItem(LoyaltyResult loyaltyResultItem)PerformedTransactionPerformedTransaction. addLoyaltyResultItem(LoyaltyResult loyaltyResultItem)Method parameters in com.adyen.model.tapi with type arguments of type LoyaltyResult Modifier and Type Method Description LoyaltyResponseLoyaltyResponse. loyaltyResult(List<LoyaltyResult> loyaltyResult)Data related to the result of a processed loyalty transaction.PaymentResponsePaymentResponse. loyaltyResult(List<LoyaltyResult> loyaltyResult)Data related to the result of a processed loyalty transaction.PerformedTransactionPerformedTransaction. loyaltyResult(List<LoyaltyResult> loyaltyResult)loyaltyResultvoidLoyaltyResponse. setLoyaltyResult(List<LoyaltyResult> loyaltyResult)Data related to the result of a processed loyalty transaction.voidPaymentResponse. setLoyaltyResult(List<LoyaltyResult> loyaltyResult)Data related to the result of a processed loyalty transaction.voidPerformedTransaction. setLoyaltyResult(List<LoyaltyResult> loyaltyResult)loyaltyResult
-