Uses of Class
com.adyen.model.marketpaywebhooks.AccountProcessingState
-
Packages that use AccountProcessingState Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountProcessingState in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return AccountProcessingState Modifier and Type Method Description AccountProcessingStateAccountProcessingState. disabled(Boolean disabled)AccountProcessingStateAccountProcessingState. disableReason(String disableReason)static AccountProcessingStateAccountProcessingState. fromJson(String jsonString)Create an instance of AccountProcessingState given an JSON stringAccountProcessingStateAccountHolderStatus. getProcessingState()Get processingStateAccountProcessingStateAccountProcessingState. processedFrom(Amount processedFrom)AccountProcessingStateAccountProcessingState. processedTo(Amount processedTo)AccountProcessingStateAccountProcessingState. tierNumber(Integer tierNumber)Methods in com.adyen.model.marketpaywebhooks with parameters of type AccountProcessingState Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. processingState(AccountProcessingState processingState)voidAccountHolderStatus. setProcessingState(AccountProcessingState processingState)
-