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(String merchantId) |
static PaymentMethodList |
list(String merchantId,
RequestOptions requestOptions) |
void |
setDescription(String description) |
void |
setPaymentMethod(String paymentMethod) |
void |
setPaymentMethodType(String paymentMethodType) |
addInputParamsToResponse, createEntityFromResponse, makeServiceCallpublic static PaymentMethodList list(String merchantId) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static PaymentMethodList list(String merchantId, 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 © 2018 Juspay. All rights reserved.