com.xerox.amazonws.fps
Class PaymentInstructionDetail
java.lang.Object
com.xerox.amazonws.fps.PaymentInstructionDetail
- All Implemented Interfaces:
- Serializable
public class PaymentInstructionDetail
- extends Object
- implements Serializable
- Author:
- J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
- See Also:
- Serialized Form
PaymentInstructionDetail
public PaymentInstructionDetail(Token token,
String paymentInstruction,
String accountId,
String tokenFriendlyName)
getToken
public Token getToken()
getPaymentInstruction
public String getPaymentInstruction()
getAccountId
public String getAccountId()
getTokenFriendlyName
public String getTokenFriendlyName()
toString
public String toString()
- Overrides:
toString
in class Object