| Package | Description |
|---|---|
| in.juspay.model |
| Modifier and Type | Method and Description |
|---|---|
static JuspayEntity.RequestMethod |
JuspayEntity.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JuspayEntity.RequestMethod[] |
JuspayEntity.RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static com.google.gson.JsonObject |
JuspayEntity.makeServiceCall(String path,
Map<String,Object> params,
JuspayEntity.RequestMethod method,
RequestOptions requestOptions) |
protected static com.google.gson.JsonObject |
JuspayEntity.makeServiceCall(String path,
Map<String,Object> params,
JuspayEntity.RequestMethod method,
RequestOptions requestOptions,
JuspayEntity.AuthMethod authMethod) |
protected static com.google.gson.JsonObject |
JuspayEntity.makeServiceCallWithAuthDecider(String path,
Map<String,Object> params,
JuspayEntity.RequestMethod method,
RequestOptions requestOptions) |
Copyright © 2024 Juspay. All rights reserved.