public final class CardMetadata extends Object
Constructor and Description |
---|
CardMetadata(Scheme scheme,
String last4Pan,
String expiryDate,
State state,
List<CardAsset> assetList) |
Modifier and Type | Method and Description |
---|---|
List<CardAsset> |
getAssetList()
Get card asset containing resources, for example image.
|
String |
getExpiryDate()
Get expiry date of the card in MMYY format
|
String |
getLast4Pan()
Get last 4 digits of the PAN
|
Scheme |
getScheme()
Get card scheme
|
State |
getState()
Get state of the card
|
@NonNull public Scheme getScheme()
@NonNull public String getLast4Pan()
@NonNull public String getExpiryDate()
@NonNull public State getState()