Uses of Class
com.adyen.model.marketpay.AccountPayoutState
-
Packages that use AccountPayoutState Package Description com.adyen.model.marketpay -
-
Uses of AccountPayoutState in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return AccountPayoutState Modifier and Type Method Description AccountPayoutStateAccountPayoutState. allowPayout(Boolean allowPayout)AccountPayoutStateAccountPayoutState. disabled(Boolean disabled)AccountPayoutStateAccountPayoutState. disableReason(String disableReason)AccountPayoutStateAccountHolderStatus. getPayoutState()Get payoutStateAccountPayoutStateAccountPayoutState. notAllowedReason(String notAllowedReason)AccountPayoutStateAccountPayoutState. payoutLimit(Amount payoutLimit)AccountPayoutStateAccountPayoutState. tierNumber(Integer tierNumber)Methods in com.adyen.model.marketpay with parameters of type AccountPayoutState Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. payoutState(AccountPayoutState payoutState)voidAccountHolderStatus. setPayoutState(AccountPayoutState payoutState)
-