Uses of Class
com.adyen.model.marketpayaccount.AccountPayoutState
-
Packages that use AccountPayoutState Package Description com.adyen.model.marketpayaccount -
-
Uses of AccountPayoutState in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount 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.marketpayaccount with parameters of type AccountPayoutState Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. payoutState(AccountPayoutState payoutState)voidAccountHolderStatus. setPayoutState(AccountPayoutState payoutState)
-