Package money.zumo.zumokit
Class CustodyOrderType
- java.lang.Object
-
- money.zumo.zumokit.CustodyOrderType
-
public final class CustodyOrderType extends java.lang.Object
Custody order type, 'DEPOSIT' or 'WITHDRAW'.
-
-
Constructor Summary
Constructors Constructor Description CustodyOrderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
DEPOSIT
public static final java.lang.String DEPOSIT
- See Also:
- Constant Field Values
-
WITHDRAW
public static final java.lang.String WITHDRAW
- See Also:
- Constant Field Values
-
-