Uses of Record Class
com.example.orderplatform.payments.api.PaymentSummary
Packages that use PaymentSummary
Package
Description
Named payment API surface and payment events consumed by notification workflows.
-
Uses of PaymentSummary in com.example.orderplatform.payments.api
Methods in com.example.orderplatform.payments.api that return PaymentSummaryModifier and TypeMethodDescriptionAuthorizes the pending payment for an order when the submitted amount matches the order total.PaymentManagement.getPayment(UUID paymentId) Retrieves a payment by identifier. -
Uses of PaymentSummary in com.example.orderplatform.payments.application
Methods in com.example.orderplatform.payments.application that return PaymentSummaryModifier and TypeMethodDescriptionAuthorizes an existing pending payment when the submitted amount equals the order total.PaymentApplicationService.getPayment(UUID paymentId) Retrieves a payment by identifier.