Package com.dzidzi.dto.payment
Class Payment
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.payment.Payment
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPayment(UUID id, long paymentDate, BigDecimal amount, BigDecimal tip, OrderEntityApi order, PaymentStatus status) -
Method Summary
-
Constructor Details
-
Payment
public Payment(UUID id, long paymentDate, BigDecimal amount, BigDecimal tip, OrderEntityApi order, PaymentStatus status)
-
-
Method Details
-
builder
-
getPaymentDate
public long getPaymentDate() -
getAmount
-
getTip
-
getOrder
-
getStatus
-