Class AccountStatement
- java.lang.Object
-
- cz.gopay.api.v3.model.payment.support.AccountStatement
-
public class AccountStatement extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencygetCurrency()DategetDateFrom()DategetDateTo()StatementGeneratingFormatgetFormat()LonggetGoID()voidsetCurrency(Currency currency)voidsetDateFrom(Date dateFrom)voidsetDateTo(Date dateTo)voidsetFormat(StatementGeneratingFormat format)voidsetGoID(Long goID)StringtoString()
-
-
-
Method Detail
-
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)
-
-