Class AccountPaymentDTO

java.lang.Object
tools.dynamia.modules.saas.api.dto.AccountPaymentDTO
All Implemented Interfaces:
Serializable

public class AccountPaymentDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • AccountPaymentDTO

      public AccountPaymentDTO()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getAccountId

      public Long getAccountId()
    • setAccountId

      public void setAccountId(Long accountId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public BigDecimal getValue()
    • setValue

      public void setValue(BigDecimal value)
    • getPaymentValue

      public BigDecimal getPaymentValue()
    • setPaymentValue

      public void setPaymentValue(BigDecimal paymentValue)
    • getUsers

      public long getUsers()
    • setUsers

      public void setUsers(long users)
    • getActivedUsers

      public long getActivedUsers()
    • setActivedUsers

      public void setActivedUsers(long activedUsers)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getPaymentMethodDescription

      public String getPaymentMethodDescription()
    • setPaymentMethodDescription

      public void setPaymentMethodDescription(String paymentMethodDescription)
    • isFinished

      public boolean isFinished()
    • setFinished

      public void setFinished(boolean finished)