Uses of Class
com.adyen.model.relayedauthorizationwebhooks.BalanceMutation
-
Packages that use BalanceMutation Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of BalanceMutation in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks that return BalanceMutation Modifier and Type Method Description BalanceMutationBalanceMutation. balanceAfter(Amount balanceAfter)balanceAfterBalanceMutationBalanceMutation. balanceBefore(Amount balanceBefore)balanceBeforeBalanceMutationBalanceMutation. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).static BalanceMutationBalanceMutation. fromJson(String jsonString)Create an instance of BalanceMutation given an JSON stringBalanceMutationBalanceMutation. mutationAmount(Amount mutationAmount)mutationAmountBalanceMutationBalanceMutation. type(String type)The type of the mutation.Methods in com.adyen.model.relayedauthorizationwebhooks that return types with arguments of type BalanceMutation Modifier and Type Method Description List<BalanceMutation>RelayedAuthorisationRequest. getBalanceMutations()The list of balance mutations per event.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type BalanceMutation Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. addBalanceMutationsItem(BalanceMutation balanceMutationsItem)Method parameters in com.adyen.model.relayedauthorizationwebhooks with type arguments of type BalanceMutation Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. balanceMutations(List<BalanceMutation> balanceMutations)The list of balance mutations per event.voidRelayedAuthorisationRequest. setBalanceMutations(List<BalanceMutation> balanceMutations)The list of balance mutations per event.
-