|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This class describes a payment object.
| Method Summary | |
byte[] |
getDesc()
A description (can be anything, although very long lengths may be refused by some issuers and clients, but at least 2K is guaranteed to be supported by all SOX compatible software) Note that it can be non-ascii, and non readable. |
ItemId |
getItem()
The type of item (or "currency") of this payment. |
long |
getQty()
The quantity of the item to be transferred between accounts |
int |
getSubVersion()
The sub version of the subclass. |
int |
getType()
The type of payment of this class. |
int |
getVersion()
The version number for the encoded form. |
| Method Detail |
public int getVersion()
public int getType()
public int getSubVersion()
public ItemId getItem()
public long getQty()
public byte[] getDesc()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||