Uses of Class
com.adyen.model.balanceplatform.BalancePlatform
-
Packages that use BalancePlatform Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of BalancePlatform in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BalancePlatform Modifier and Type Method Description BalancePlatformBalancePlatform. description(String description)Your description of the balance platform.static BalancePlatformBalancePlatform. fromJson(String jsonString)Create an instance of BalancePlatform given an JSON stringBalancePlatformBalancePlatform. id(String id)The unique identifier of the balance platform.BalancePlatformBalancePlatform. status(String status)The status of the balance platform. -
Uses of BalancePlatform in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return BalancePlatform Modifier and Type Method Description BalancePlatformPlatformApi. getBalancePlatform(String id)Get a balance platformBalancePlatformPlatformApi. getBalancePlatform(String id, RequestOptions requestOptions)Get a balance platform
-