Class WalletModule
- java.lang.Object
-
- io.micronaut.oraclecloud.atp.wallet.WalletModule
-
public class WalletModule extends java.lang.ObjectEntrypoint to the Wallet related API- See Also:
instance(),wallets()
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WalletModuleinstance()Retrieve the singleton instance ofWalletModuleWalletswallets()Access theWalletsservice
-
-
-
Method Detail
-
instance
public static WalletModule instance()
Retrieve the singleton instance ofWalletModule- Returns:
- WalletModule instance
-
-