Class PaymentMethod
java.lang.Object
in.juspay.model.JuspayEntity
in.juspay.model.PaymentMethod
-
Nested Class Summary
Nested classes/interfaces inherited from class in.juspay.model.JuspayEntity
JuspayEntity.AuthMethod, JuspayEntity.RequestMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentMethodListlist()static PaymentMethodListlist(RequestOptions requestOptions) voidsetDescription(String description) voidsetPaymentMethod(String paymentMethod) voidsetPaymentMethodType(String paymentMethodType) Methods inherited from class in.juspay.model.JuspayEntity
addInputParamsToResponse, createEntityFromResponse, decryptResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDecider
-
Constructor Details
-
PaymentMethod
public PaymentMethod()
-
-
Method Details
-
list
-
list
public static PaymentMethodList list(RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
getPaymentMethodType
-
setPaymentMethodType
-
getPaymentMethod
-
setPaymentMethod
-
getDescription
-
setDescription
-