Class CoinbaseRecurringPayment
java.lang.Object
org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
public class CoinbaseRecurringPayment extends Object
- Author:
- jamespedwards42
-
Method Summary
Modifier and Type Method Description CoinbaseMoney
getAmount()
Date
getCreatedAt()
String
getDescription()
String
getFrom()
String
getId()
Date
getLastRun()
Date
getNextRun()
String
getNotes()
CoinbaseRepeat
getRepeat()
String
getStartType()
CoinbaseRecurringPaymentStatus
getStatus()
int
getTimes()
int
getTimesRun()
String
getTo()
CoinbaseRecurringPaymentType
getType()
String
toString()