Uses of Class
com.broadleafcommerce.myfatoorah.domain.MyFatoorahResponse.MyFatoorahRefundStatusResult
Packages that use MyFatoorahResponse.MyFatoorahRefundStatusResult
Package
Description
-
Uses of MyFatoorahResponse.MyFatoorahRefundStatusResult in com.broadleafcommerce.myfatoorah.domain
Methods in com.broadleafcommerce.myfatoorah.domain that return types with arguments of type MyFatoorahResponse.MyFatoorahRefundStatusResultMethod parameters in com.broadleafcommerce.myfatoorah.domain with type arguments of type MyFatoorahResponse.MyFatoorahRefundStatusResultModifier and TypeMethodDescriptionvoid
MyFatoorahResponse.Data.setRefundStatusResult
(List<MyFatoorahResponse.MyFatoorahRefundStatusResult> refundStatusResult) -
Uses of MyFatoorahResponse.MyFatoorahRefundStatusResult in com.broadleafcommerce.myfatoorah.service.requestresponse
Methods in com.broadleafcommerce.myfatoorah.service.requestresponse that return MyFatoorahResponse.MyFatoorahRefundStatusResultModifier and TypeMethodDescriptionMyFatoorahRefundRequestResponseTransformer.identifyLatestRefund
(@NonNull MyFatoorahPaymentRequest myFatoorahPaymentRequest, @NonNull MyFatoorahResponse myFatoorahResponse) Methods in com.broadleafcommerce.myfatoorah.service.requestresponse with parameters of type MyFatoorahResponse.MyFatoorahRefundStatusResultModifier and TypeMethodDescriptionboolean
MyFatoorahRefundRequestResponseTransformer.isRefunded
(MyFatoorahResponse.MyFatoorahRefundStatusResult refundResult) protected boolean
MyFatoorahRefundRequestResponseTransformer.isRefundStatusPending
(MyFatoorahResponse.MyFatoorahRefundStatusResult refundResult) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
MyFatoorahRefundRequestResponseTransformer.populatePaymentResponse
(@NonNull MyFatoorahPaymentRequest myFatoorahPaymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, @NonNull MyFatoorahResponse myFatoorahResponse, MyFatoorahResponse.MyFatoorahRefundStatusResult refundResult) protected void
MyFatoorahRefundRequestResponseTransformer.populateResponseMap
(MyFatoorahResponse.MyFatoorahRefundStatusResult refundResult, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse)