public class PaymentMethod extends JuspayEntity
JuspayEntity.RequestMethod| Constructor and Description |
|---|
PaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getPaymentMethod() |
String |
getPaymentMethodType() |
static PaymentMethodList |
list() |
static PaymentMethodList |
list(RequestOptions requestOptions) |
void |
setDescription(String description) |
void |
setPaymentMethod(String paymentMethod) |
void |
setPaymentMethodType(String paymentMethodType) |
addInputParamsToResponse, createEntityFromResponse, makeServiceCallpublic static PaymentMethodList list() throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static PaymentMethodList list(RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public String getPaymentMethodType()
public void setPaymentMethodType(String paymentMethodType)
public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public String getDescription()
public void setDescription(String description)
Copyright © 2023 Juspay. All rights reserved.