public class CoinbaseRecurringPayment extends Object
Modifier and Type | Method and 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() |
public String getId()
public CoinbaseRecurringPaymentType getType()
public CoinbaseRecurringPaymentStatus getStatus()
public Date getCreatedAt()
public String getTo()
public String getFrom()
public String getStartType()
public int getTimes()
public int getTimesRun()
public CoinbaseRepeat getRepeat()
public Date getLastRun()
public Date getNextRun()
public String getNotes()
public String getDescription()
public CoinbaseMoney getAmount()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.