Uses of Class
in.juspay.model.RequestOptions
Packages that use RequestOptions
-
Uses of RequestOptions in in.juspay.model
Methods in in.juspay.model that return RequestOptionsModifier and TypeMethodDescriptionstatic RequestOptionsRequestOptions.createDefault()RequestOptions.withApiKey(String apiKey) RequestOptions.withApiVersion(String version) RequestOptions.withBaseUrl(String baseUrl) RequestOptions.withConnectTimeout(int connectTimeout) RequestOptions.withCustomerId(String customerId) RequestOptions.withHeaders(String key, String val) RequestOptions.withHeaders(Map<String, String> val) RequestOptions.withJweJwsEncryption(JweJwsEncryptionKeys encryption) RequestOptions.withMerchantId(String merchantId) RequestOptions.withReadTimeout(int readTimeout) RequestOptions.withRoutingId(String routingId) Methods in in.juspay.model with parameters of type RequestOptionsModifier and TypeMethodDescriptionstatic WalletWallet.authenticate(String walletId, RequestOptions requestOptions) static CardCard.create(Map<String, Object> params, RequestOptions requestOptions) static ChargebackChargeback.create(Map<String, Object> params, RequestOptions requestOptions) static CustomerCustomer.create(Map<String, Object> params, RequestOptions requestOptions) static OrderOrder.create(Map<String, Object> params, RequestOptions requestOptions) static OrderSessionOrderSession.create(Map<String, Object> params, RequestOptions requestOptions) static PaymentPayment.create(Map<String, Object> params, RequestOptions requestOptions) static WalletWallet.create(String customerId, String gateway, RequestOptions requestOptions) static WalletWallet.create(String customerId, String gateway, Map<String, Object> params, RequestOptions requestOptions) static WalletWallet.createAndAuthenticate(String customerId, String gateway, RequestOptions requestOptions) static WalletWallet.createAndAuthenticate(String customerId, String gateway, Map<String, Object> params, RequestOptions requestOptions) static booleanCard.delete(String cardToken, RequestOptions requestOptions) static WalletWallet.delink(String walletId, RequestOptions requestOptions) static ChargebackChargeback.get(String id, RequestOptions requestOptions) static CustomerCustomer.get(String id, RequestOptions requestOptions) protected static JuspayEntity.AuthMethodJuspayEntity.getEncryptionMethodBasedOnConfig(RequestOptions requestOptions) static CustomerCustomer.getWithClientAuthToken(String id, RequestOptions requestOptions) static WalletWallet.link(String walletId, String otp, RequestOptions requestOptions) Card.list(Map<String, Object> params, RequestOptions requestOptions) static CustomerListCustomer.list(Map<String, Object> params, RequestOptions requestOptions) static OrderListOrder.list(Map<String, Object> params, RequestOptions requestOptions) Deprecated.static PaymentMethodListPaymentMethod.list(RequestOptions requestOptions) static WalletListWallet.list(String customerId, RequestOptions requestOptions) static TxnDetailListprotected static com.google.gson.JsonObjectJuspayEntity.makeServiceCall(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions) protected static com.google.gson.JsonObjectJuspayEntity.makeServiceCall(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions, JuspayEntity.AuthMethod authMethod) protected static com.google.gson.JsonObjectJuspayEntity.makeServiceCallWithAuthDecider(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions) static WalletListWallet.refresh(String customerId, RequestOptions requestOptions) static WalletWallet.refreshByWalletId(String walletId, RequestOptions requestOptions) static Orderstatic RefundOrder.refund(Map<String, Object> params, RequestOptions requestOptions) static RefundTxnDetail.refund(Map<String, Object> params, RequestOptions requestOptions) static OrderOrder.status(String orderId, RequestOptions requestOptions) static Orderstatic Chargebackstatic Customerstatic Order