static Wallet |
Wallet.authenticate(String walletId,
RequestOptions requestOptions) |
static Payment |
Payment.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Customer |
Customer.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Card |
Card.create(Map<String,Object> params,
RequestOptions requestOptions) |
static Wallet |
Wallet.create(String customerId,
String gateway,
RequestOptions requestOptions) |
static Wallet |
Wallet.createAndAuthenticate(String customerId,
String gateway,
RequestOptions requestOptions) |
static boolean |
Card.delete(String cardToken,
RequestOptions requestOptions) |
static Wallet |
Wallet.delink(String walletId,
RequestOptions requestOptions) |
static Customer |
Customer.get(String id,
RequestOptions requestOptions) |
static Wallet |
Wallet.link(String walletId,
String otp,
RequestOptions requestOptions) |
static OrderList |
Order.list(Map<String,Object> params,
RequestOptions requestOptions) |
static CustomerList |
Customer.list(Map<String,Object> params,
RequestOptions requestOptions) |
static List<Card> |
Card.list(Map<String,Object> params,
RequestOptions requestOptions) |
static WalletList |
Wallet.list(String customerId,
RequestOptions requestOptions) |
static PaymentMethodList |
PaymentMethod.list(String merchantId,
RequestOptions requestOptions) |
protected static com.google.gson.JsonObject |
JuspayEntity.makeServiceCall(String path,
Map<String,Object> params,
JuspayEntity.RequestMethod method,
RequestOptions requestOptions) |
static WalletList |
Wallet.refresh(String customerId,
RequestOptions requestOptions) |
static Wallet |
Wallet.refreshByWalletId(String walletId,
RequestOptions requestOptions) |
static Order |
Order.refund(String orderId,
Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.status(String orderId,
RequestOptions requestOptions) |
static Order |
Order.update(String orderId,
Map<String,Object> params,
RequestOptions requestOptions) |
static Customer |
Customer.update(String id,
Map<String,Object> params,
RequestOptions requestOptions) |