Package | Description |
---|---|
org.posper.tpv.payment |
Modifier and Type | Field and Description |
---|---|
protected TransactionType |
PaymentInfoMagcard.m_transactionType |
Modifier and Type | Method and Description |
---|---|
TransactionType |
PaymentInfoMagcard.getTransactionType() |
static TransactionType |
TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PaymentInfoMagcard.setTransactionType(TransactionType transactionType) |
Constructor and Description |
---|
PaymentInfoMagcard(String sHolderName,
String sCardNumber,
String sExpirationDate,
String sTransactionID,
double dTotal,
TransactionType taType,
String sTrack1)
Creates a new instance of PaymentInfoMagcard
|
PaymentInfoMagcard(String sHolderName,
String sCardNumber,
String sExpirationDate,
String sTransactionID,
double dTotal,
TransactionType taType,
String sTrack1,
String sRawData)
Creates a new instance of PaymentInfoMagcard
|
PaymentInfoMagcard(String sHolderName,
String sCardNumber,
String sExpirationDate,
String sTransactionID,
double dTotal,
TransactionType taType,
String sTrack1,
String sRawData,
String sZipCode)
Creates a new instance of PaymentInfoMagcard
|
Copyright © 2021. All rights reserved.