com.xerox.amazonws.fps
Class PrepaidInstrument
java.lang.Object
com.xerox.amazonws.fps.PrepaidInstrument
- All Implemented Interfaces:
- Instrument
public class PrepaidInstrument
- extends Object
- implements Instrument
- Author:
- J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
PrepaidInstrument
public PrepaidInstrument(String prepaidInstrumentId,
String fundingInstrumentId,
String prepaidSenderTokenId,
Date expiry,
Address address)
getPrepaidInstrumentId
public String getPrepaidInstrumentId()
getFundingInstrumentId
public String getFundingInstrumentId()
getPrepaidSenderTokenId
public String getPrepaidSenderTokenId()
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