Uses of Class
de.bytestore.hostinger.entity.ecommerce.Payment
Packages that use Payment
Package
Description
-
Uses of Payment in de.bytestore.hostinger.ecommerce.service
Methods in de.bytestore.hostinger.ecommerce.service that return PaymentModifier and TypeMethodDescriptionPaymentService.createPayment(Invoice invoiceIO, String providerIO) Creates a payment based on the given invoice.PaymentService.refreshPayment(Payment paymentIO) Refreshes a payment by querying all available payment extension points for an updated payment object.Methods in de.bytestore.hostinger.ecommerce.service that return types with arguments of type PaymentModifier and TypeMethodDescriptionPaymentService.getPayment(String idIO) Retrieves a list of Payment objects based on the specified token.Methods in de.bytestore.hostinger.ecommerce.service with parameters of type PaymentModifier and TypeMethodDescriptionPaymentService.refreshPayment(Payment paymentIO) Refreshes a payment by querying all available payment extension points for an updated payment object. -
Uses of Payment in de.bytestore.hostinger.entity.ecommerce.listener
Method parameters in de.bytestore.hostinger.entity.ecommerce.listener with type arguments of type PaymentModifier and TypeMethodDescriptionvoidPaymentEventListener.onPaymentChangedAfterCommit(io.jmix.core.event.EntityChangedEvent<Payment> event) voidPaymentEventListener.onPaymentSaving(io.jmix.core.event.EntitySavingEvent<Payment> event) -
Uses of Payment in de.bytestore.hostinger.extension.payment
Methods in de.bytestore.hostinger.extension.payment that return PaymentModifier and TypeMethodDescriptionCreate new Invoice for Payment Provider/Gateway.Retrieve Payment by ID / Token.Methods in de.bytestore.hostinger.extension.payment with parameters of type PaymentModifier and TypeMethodDescriptionvoidCancel Payment eq.voidEdit Payment eq.Retrieve Payment by ID / Token.booleanCreate Refund for Payment Provider/Gateway.voidUpdate Tracking Information for Payment Provider/Gate.