public final class DigitalCard extends Object
| Constructor and Description |
|---|
DigitalCard(String cardID,
State state,
Scheme scheme,
String last4,
String expiryDate,
String deviceName,
String deviceType,
String deviceID,
String walletID,
String walletName,
List<AssetContent> walletAsset)
(internal usage)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCardID()
Get the unique digital card ID
|
String |
getDeviceID()
Get the device ID
|
String |
getDeviceName()
Get the device name
|
String |
getDeviceType()
Get the device type
|
String |
getExpiryDate()
Get expiry date of the digital card in MMYY format
|
String |
getLast4()
Get the last 4 digits of the Digital Card
|
Scheme |
getScheme()
Get the digital card scheme
|
State |
getState()
Get the digital card status
|
List<AssetContent> |
getWalletAsset()
Get the digital card's wallet asset
|
String |
getWalletID()
Get the digital card's wallet identifier
|
String |
getWalletName()
Get the digital card's wallet name
|
public DigitalCard(@NonNull
String cardID,
@NonNull
State state,
@NonNull
Scheme scheme,
@Nullable
String last4,
@Nullable
String expiryDate,
@Nullable
String deviceName,
@Nullable
String deviceType,
@Nullable
String deviceID,
@Nullable
String walletID,
@Nullable
String walletName,
@Nullable
List<AssetContent> walletAsset)
@NonNull public String getCardID()
@NonNull public State getState()
@NonNull public Scheme getScheme()
@Nullable public String getLast4()
@Nullable public String getExpiryDate()
@Nullable public String getDeviceName()
@Nullable public String getDeviceType()
@Nullable public String getDeviceID()
@Nullable public String getWalletID()
@Nullable public String getWalletName()
@Nullable public List<AssetContent> getWalletAsset()