Uses of Class
in.juspay.model.Wallet
Packages that use Wallet
-
Uses of Wallet in in.juspay.model
Subclasses with type arguments of type Wallet in in.juspay.modelMethods in in.juspay.model that return WalletModifier and TypeMethodDescriptionstatic WalletWallet.authenticate(String walletId) static WalletWallet.authenticate(String walletId, RequestOptions requestOptions) static Walletstatic WalletWallet.create(String customerId, String gateway, RequestOptions requestOptions) static WalletWallet.create(String customerId, String gateway, Map<String, Object> params, RequestOptions requestOptions) static WalletWallet.createAndAuthenticate(String customerId, String gateway) static WalletWallet.createAndAuthenticate(String customerId, String gateway, RequestOptions requestOptions) static WalletWallet.createAndAuthenticate(String customerId, String gateway, Map<String, Object> params, RequestOptions requestOptions) static Walletstatic WalletWallet.delink(String walletId, RequestOptions requestOptions) static Walletstatic WalletWallet.link(String walletId, String otp, RequestOptions requestOptions) static WalletWallet.refreshByWalletId(String walletId) static WalletWallet.refreshByWalletId(String walletId, RequestOptions requestOptions)