Uses of Class
com.skava.apppaymentplugin.model.request.AppCommonPaymentRequest
Packages that use AppCommonPaymentRequest
-
Uses of AppCommonPaymentRequest in com.skava.paymentapp.util
Methods in com.skava.paymentapp.util that return AppCommonPaymentRequestModifier and TypeMethodDescriptionAppCommonUtil.getAppBasedCancelAuthRequest(String authorizationCode, BigDecimal amount, Map<String, Object> otherProperties, com.skava.payment.service.impl.CommonDependencies commonDependencies) AppCommonUtil.getAuthRequest(BigDecimal amount, Map<String, Object> otherProperties) AppCommonUtil.getChargeRequest(String authorizationCode, BigDecimal amount, Map<String, Object> otherProperties, com.skava.payment.repository.collection.CollectionRepository collectionRepository, com.skava.payment.service.impl.CommonDependencies commonDependencies) AppCommonUtil.getCreditRequest(BigDecimal amount, Map<String, Object> otherProperties) AppCommonUtil.getDirectChargeRequest(BigDecimal amount, Map<String, Object> otherProperties) AppCommonUtil.getPaymentProfileRequest(com.skava.payment.model.payment.PaymentInfo paymentInfo, String currency, Map<String, Object> otherProperties) AppCommonUtil.getRefundRequest(String authorizationCode, BigDecimal amount, Map<String, Object> otherProperties, com.skava.payment.service.impl.CommonDependencies commonDependencies) AppCommonUtil.getSessionRequest(BigDecimal amount, String currency)