com.xerox.amazonws.fps
Class PostPaidInstrument
java.lang.Object
com.xerox.amazonws.fps.PostPaidInstrument
- All Implemented Interfaces:
- Instrument
public class PostPaidInstrument
- extends Object
- implements Instrument
- Author:
- J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
PostPaidInstrument
public PostPaidInstrument(String creditInstrumentId,
String creditSenderTokenId,
String settlementTokenId,
Date expiry,
Address address)
getCreditInstrumentId
public String getCreditInstrumentId()
getCreditSenderTokenId
public String getCreditSenderTokenId()
getSettlementTokenId
public String getSettlementTokenId()
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