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