new PaymentRequestCardDetails()
- Source:
Methods
(static) PaymentRequestCardDetails#getAsync() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentRequestCardDetails#getCardFunction() → {pay.CardFunction}
Get the field value
- Source:
Returns:
- Type
- pay.CardFunction
(static) PaymentRequestCardDetails#getCardholderName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getCardType() → {payments.CardType}
Get the field value
- Source:
Returns:
- Type
- payments.CardType
(static) PaymentRequestCardDetails#getCountryCode() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getCvv() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getDeviceSerial() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getDukptSerial() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getEncrypted() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentRequestCardDetails#getEntryType() → {payments.CardEntryType}
Get the field value
- Source:
Returns:
(static) PaymentRequestCardDetails#getExp() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getFingerprint() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getFirst4() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getFirstName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getIsAuth() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentRequestCardDetails#getIsFallback() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentRequestCardDetails#getIsPrepaid() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentRequestCardDetails#getLast4() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getLastName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getManualEntered() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentRequestCardDetails#getMaskedTrack1() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getMaskedTrack2() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getMaskedTrack3() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getPan() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getPlainCardData() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getQrCode() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentRequestCardDetails#getStreetAddress() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getSwipeStatus() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getTrack1() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getTrack2() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getTrack3() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getTransactionData() → {pay.TransactionData}
Get the field value
- Source:
Returns:
- Type
- pay.TransactionData
(static) PaymentRequestCardDetails#getTransactionNo() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getUniqueToken() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#getZip() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PaymentRequestCardDetails#setAsync(async)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
async |
Boolean |
- Source:
(static) PaymentRequestCardDetails#setCardFunction(cardFunction)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardFunction |
pay.CardFunction |
- Source:
(static) PaymentRequestCardDetails#setCardholderName(cardholderName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardholderName |
String |
- Source:
(static) PaymentRequestCardDetails#setCardType(cardType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardType |
payments.CardType |
- Source:
(static) PaymentRequestCardDetails#setCountryCode(countryCode)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
countryCode |
String |
- Source:
(static) PaymentRequestCardDetails#setCvv(cvv)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cvv |
String |
- Source:
(static) PaymentRequestCardDetails#setDeviceSerial(deviceSerial)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
deviceSerial |
String |
- Source:
(static) PaymentRequestCardDetails#setDukptSerial(dukptSerial)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
dukptSerial |
String |
- Source:
(static) PaymentRequestCardDetails#setEncrypted(encrypted)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
encrypted |
Boolean |
- Source:
(static) PaymentRequestCardDetails#setEntryType(entryType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
entryType |
payments.CardEntryType |
- Source:
(static) PaymentRequestCardDetails#setExp(exp)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
exp |
String |
- Source:
(static) PaymentRequestCardDetails#setFingerprint(fingerprint)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
fingerprint |
String |
- Source:
(static) PaymentRequestCardDetails#setFirst4(first4)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
first4 |
String |
- Source:
(static) PaymentRequestCardDetails#setFirstName(firstName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
firstName |
String |
- Source:
(static) PaymentRequestCardDetails#setIsAuth(isAuth)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isAuth |
Boolean |
- Source:
(static) PaymentRequestCardDetails#setIsFallback(isFallback)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isFallback |
Boolean |
- Source:
(static) PaymentRequestCardDetails#setIsPrepaid(isPrepaid)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isPrepaid |
Boolean |
- Source:
(static) PaymentRequestCardDetails#setLast4(last4)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
last4 |
String |
- Source:
(static) PaymentRequestCardDetails#setLastName(lastName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
lastName |
String |
- Source:
(static) PaymentRequestCardDetails#setManualEntered(manualEntered)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
manualEntered |
Boolean |
- Source:
(static) PaymentRequestCardDetails#setMaskedTrack1(maskedTrack1)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
maskedTrack1 |
String |
- Source:
(static) PaymentRequestCardDetails#setMaskedTrack2(maskedTrack2)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
maskedTrack2 |
String |
- Source:
(static) PaymentRequestCardDetails#setMaskedTrack3(maskedTrack3)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
maskedTrack3 |
String |
- Source:
(static) PaymentRequestCardDetails#setPan(pan)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
pan |
String |
- Source:
(static) PaymentRequestCardDetails#setPlainCardData(plainCardData)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
plainCardData |
String |
- Source:
(static) PaymentRequestCardDetails#setQrCode(qrCode)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
qrCode |
Boolean |
- Source:
(static) PaymentRequestCardDetails#setStreetAddress(streetAddress)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
streetAddress |
String |
- Source:
(static) PaymentRequestCardDetails#setSwipeStatus(swipeStatus)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
swipeStatus |
String |
- Source:
(static) PaymentRequestCardDetails#setTrack1(track1)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
track1 |
String |
- Source:
(static) PaymentRequestCardDetails#setTrack2(track2)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
track2 |
String |
- Source:
(static) PaymentRequestCardDetails#setTrack3(track3)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
track3 |
String |
- Source:
(static) PaymentRequestCardDetails#setTransactionData(transactionData)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
transactionData |
pay.TransactionData |
- Source:
(static) PaymentRequestCardDetails#setTransactionNo(transactionNo)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
transactionNo |
String |
- Source:
(static) PaymentRequestCardDetails#setUniqueToken(uniqueToken)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
uniqueToken |
String |
- Source:
(static) PaymentRequestCardDetails#setZip(zip)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
zip |
String |
- Source: