com.xerox.amazonws.fps
Class RecurringInstrument
java.lang.Object
com.xerox.amazonws.fps.RecurringInstrument
- All Implemented Interfaces:
- Instrument
public class RecurringInstrument
- extends Object
- implements Instrument
- Author:
- J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
RecurringInstrument
public RecurringInstrument(String tokenId,
Date expiry,
Address address)
getTokenId
public String getTokenId()
getExpiry
public Date getExpiry()
getAddress
public Address getAddress()
getStatus
public Instrument.Status getStatus()
- Specified by:
getStatus
in interface Instrument
toString
public String toString()
- Overrides:
toString
in class Object