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 boolean |
Card.delete(Map<String,Object> params,
RequestOptions requestOptions) |
static Customer |
Customer.get(String id,
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) |
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 Order |
Order.refund(Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.status(Map<String,Object> params,
RequestOptions requestOptions) |
static Order |
Order.update(Map<String,Object> params,
RequestOptions requestOptions) |
static Customer |
Customer.update(String id,
Map<String,Object> params,
RequestOptions requestOptions) |