Class AccountStatement

java.lang.Object
cz.gopay.api.v3.model.payment.support.AccountStatement

public class AccountStatement extends Object
  • Constructor Details

    • AccountStatement

      public AccountStatement()
  • Method Details

    • getFormat

      public StatementGeneratingFormat getFormat()
    • setFormat

      public void setFormat(StatementGeneratingFormat format)
    • getDateFrom

      public Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
    • getGoID

      public Long getGoID()
    • setGoID

      public void setGoID(Long goID)
    • getCurrency

      public Currency getCurrency()
    • setCurrency

      public void setCurrency(Currency currency)
    • toString

      public String toString()
      Overrides:
      toString in class Object