|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ecebs.rtd.enabler.types.itso.Amount
public class Amount
Associated with an amount found within some ITSO data types
Constructor Summary | |
---|---|
Amount(byte mop,
short vat,
byte cc,
int amount)
|
Method Summary | |
---|---|
int |
getAmount()
Get the amount paid, in pence |
byte |
getCurrencyCode()
Get the currency code |
ITSOCodeResolver.PaymentMeansCode |
getMethodOfPayment()
Get the method of payment |
short |
getSalesTax()
Get the amount of sales tax paid (in 0.01% increments) |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Amount(byte mop, short vat, byte cc, int amount)
mop
- vat
- cc
- amount
- Method Detail |
---|
public ITSOCodeResolver.PaymentMeansCode getMethodOfPayment()
public short getSalesTax()
public byte getCurrencyCode()
public int getAmount()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |