Class CoinbaseRecurringPayment
- java.lang.Object
-
- org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
-
public class CoinbaseRecurringPayment extends Object
- Author:
- jamespedwards42
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoinbaseMoneygetAmount()DategetCreatedAt()StringgetDescription()StringgetFrom()StringgetId()DategetLastRun()DategetNextRun()StringgetNotes()CoinbaseRepeatgetRepeat()StringgetStartType()CoinbaseRecurringPaymentStatusgetStatus()intgetTimes()intgetTimesRun()StringgetTo()CoinbaseRecurringPaymentTypegetType()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getType
public CoinbaseRecurringPaymentType getType()
-
getStatus
public CoinbaseRecurringPaymentStatus getStatus()
-
getCreatedAt
public Date getCreatedAt()
-
getTo
public String getTo()
-
getFrom
public String getFrom()
-
getStartType
public String getStartType()
-
getTimes
public int getTimes()
-
getTimesRun
public int getTimesRun()
-
getRepeat
public CoinbaseRepeat getRepeat()
-
getLastRun
public Date getLastRun()
-
getNextRun
public Date getNextRun()
-
getNotes
public String getNotes()
-
getDescription
public String getDescription()
-
getAmount
public CoinbaseMoney getAmount()
-
-