public class TransactionData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TransactionData.Type
Type of a transaction
|
Modifier and Type | Method and Description |
---|---|
double |
getAmount()
Retrieve the amount of the transaction
|
int |
getCurrencyCode()
Retrieve the transaction currency code in the ISO-4217 Standard.
|
String |
getDate()
Retrieve the transaction date (in format yymmdd).
|
Integer |
getNumberOfPaymentLeft()
Retrieve the number of payment left until a replenishment is required
|
Scheme |
getScheme()
Retrieve the card scheme used for this transaction
|
TransactionData.Type |
getType()
Retrieve the transaction type
|
Boolean |
isReplenishmentRequired()
Retrieve the status if a replenishment is required before executing next transaction
|
void |
wipe()
Wipe the sensitive data of the object
|
public double getAmount()
public int getCurrencyCode()
@NonNull public String getDate()
@NonNull public Scheme getScheme()
@NonNull public TransactionData.Type getType()
@Nullable public Integer getNumberOfPaymentLeft()
null
if not available@Nullable public Boolean isReplenishmentRequired()
null
if not availablepublic void wipe()