Package com.dmasone.identity.payment.domain
package com.dmasone.identity.payment.domain
Payment domain model and payment-specific exceptions.
This package represents payment attempts and statuses. It should not know about REST, JPA, or how order events are delivered; those concerns belong to application and infrastructure packages.
-
ClassDescriptionPayment module record of an authorization attempt for an order.Raised when payment state has not yet been recorded for an order.Persistence port for payment attempts.Result of the simulated payment authorization request.