Uses of Class
com.adyen.model.transferwebhooks.BalanceMutation
-
Packages that use BalanceMutation Package Description com.adyen.model.transferwebhooks -
-
Uses of BalanceMutation in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return BalanceMutation Modifier and Type Method Description BalanceMutationBalanceMutation. balance(Long balance)BalanceMutationBalanceMutation. currency(String currency)static BalanceMutationBalanceMutation. fromJson(String jsonString)Create an instance of BalanceMutation given an JSON stringBalanceMutationBalanceMutation. received(Long received)BalanceMutationBalanceMutation. reserved(Long reserved)Methods in com.adyen.model.transferwebhooks that return types with arguments of type BalanceMutation Modifier and Type Method Description List<BalanceMutation>TransferData. getBalances()The list of the latest balance statuses in the transfer.List<BalanceMutation>TransferEvent. getMutations()The list of balance mutations per event.Methods in com.adyen.model.transferwebhooks with parameters of type BalanceMutation Modifier and Type Method Description TransferDataTransferData. addBalancesItem(BalanceMutation balancesItem)TransferEventTransferEvent. addMutationsItem(BalanceMutation mutationsItem)Method parameters in com.adyen.model.transferwebhooks with type arguments of type BalanceMutation Modifier and Type Method Description TransferDataTransferData. balances(List<BalanceMutation> balances)TransferEventTransferEvent. mutations(List<BalanceMutation> mutations)voidTransferData. setBalances(List<BalanceMutation> balances)The list of the latest balance statuses in the transfer.voidTransferEvent. setMutations(List<BalanceMutation> mutations)The list of balance mutations per event.
-