Uses of Class
com.adyen.model.balanceplatform.Scope
-
Packages that use Scope Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of Scope in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Scope Modifier and Type Method Description static ScopeScope. fromValue(String value)ScopeCreateTransferLimitRequest. getScope()Get scopeScopeTransferLimit. getScope()Get scopestatic ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. 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 Scope Modifier and Type Method Description CreateTransferLimitRequestCreateTransferLimitRequest. scope(Scope scope)scopeTransferLimitTransferLimit. scope(Scope scope)scopevoidCreateTransferLimitRequest. setScope(Scope scope)scopevoidTransferLimit. setScope(Scope scope)scope -
Uses of Scope in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type Scope 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
-