Uses of Class
com.adyen.model.marketpaywebhooks.AccountPayoutState
-
Packages that use AccountPayoutState Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountPayoutState in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return AccountPayoutState Modifier and Type Method Description AccountPayoutStateAccountPayoutState. allowPayout(Boolean allowPayout)AccountPayoutStateAccountPayoutState. disabled(Boolean disabled)AccountPayoutStateAccountPayoutState. disableReason(String disableReason)static AccountPayoutStateAccountPayoutState. fromJson(String jsonString)Create an instance of AccountPayoutState given an JSON stringAccountPayoutStateAccountHolderStatus. getPayoutState()Get payoutStateAccountPayoutStateAccountPayoutState. notAllowedReason(String notAllowedReason)AccountPayoutStateAccountPayoutState. payoutLimit(Amount payoutLimit)AccountPayoutStateAccountPayoutState. tierNumber(Integer tierNumber)Methods in com.adyen.model.marketpaywebhooks with parameters of type AccountPayoutState Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. payoutState(AccountPayoutState payoutState)voidAccountHolderStatus. setPayoutState(AccountPayoutState payoutState)
-