Class Payment

java.lang.Object
com.mt.ecommerce.product.entity.Payment

@Entity public class Payment extends Object
Entity class representing a Payment in the e-commerce system.
  • Constructor Details

    • Payment

      public Payment()
  • Method Details

    • getCreditorId

      public UUID getCreditorId()
    • setCreditorId

      public void setCreditorId(UUID creditorId)
    • getDebitorId

      public String getDebitorId()
    • setDebitorId

      public void setDebitorId(String debitorId)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getCreatedAt

      public LocalDateTime getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(LocalDateTime createdAt)
    • getModifiedAt

      public LocalDateTime getModifiedAt()
    • setModifiedAt

      public void setModifiedAt(LocalDateTime modifiedAt)
    • getOrderId

      public UUID getOrderId()
    • setOrderId

      public void setOrderId(UUID orderId)
    • getAmount

      public double getAmount()
    • setAmount

      public void setAmount(double amount)