Uses of Class
com.adyen.model.balanceplatform.TransferType
-
Packages that use TransferType Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of TransferType in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransferType Modifier and Type Method Description static TransferTypeTransferType. fromValue(String value)TransferTypeCreateTransferLimitRequest. getTransferType()Get transferTypeTransferTypeTransferLimit. getTransferType()Get transferTypestatic TransferTypeTransferType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferType[]TransferType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type TransferType Modifier and Type Method Description voidCreateTransferLimitRequest. setTransferType(TransferType transferType)transferTypevoidTransferLimit. setTransferType(TransferType transferType)transferTypeCreateTransferLimitRequestCreateTransferLimitRequest. transferType(TransferType transferType)transferTypeTransferLimitTransferLimit. transferType(TransferType transferType)transferType -
Uses of TransferType in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type TransferType Modifier and Type Method Description TransferLimitListResponseTransferLimitsBalanceAccountLevelApi. getCurrentTransferLimits(String id, Scope scope, TransferType transferType, RequestOptions requestOptions)Get all current transfer limitsTransferLimitListResponseTransferLimitsBalanceAccountLevelApi. getTransferLimits(String id, Scope scope, TransferType transferType, LimitStatus status, RequestOptions requestOptions)Filter and view the transfer limitsTransferLimitListResponseTransferLimitsBalancePlatformLevelApi. getTransferLimits(String id, Scope scope, TransferType transferType, LimitStatus status, RequestOptions requestOptions)Filter and view the transfer limits
-