public class BamCardInformation
extends java.lang.Object
implements android.os.Parcelable
BamSDK
scanModifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<BamCardInformation> |
CREATOR |
Constructor and Description |
---|
BamCardInformation(android.os.Parcel source) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
describeContents() |
char[] |
getCardAccountNumber()
The UK account number
|
char[] |
getCardCvvCode()
Returns the cvv code
If allowManualCardDetailInput is set to false, then the cvv is not set by the sdk!
|
char[] |
getCardExpiryDate()
Returns the expiry date
The expiry date of the card in the format 'MM/yy' (e.g.
|
char[] |
getCardExpiryDateMonth()
Returns the expiry date month
The expiry month of the card in the format 'MM' (e.g.
|
char[] |
getCardExpiryDateYear()
Returns the expiry date year
The expiry year of the card in the format 'MM' (e.g.
|
char[] |
getCardHolderName()
Returns the card holder name
|
char[] |
getCardNumber()
Returns the card number (e.g.
|
char[] |
getCardNumberGrouped()
Returns the card number grouped (e.g.
|
char[] |
getCardNumberMasked()
Returns the card number masked (e.g.
|
char[] |
getCardSortCode()
The UK sort code
|
CreditCardType |
getCardType()
Returns the card type
|
java.lang.String |
getCustomField(java.lang.String fieldId)
Returns a custom field
|
boolean |
isCardAccountNumberValid()
The card account number is valid
|
boolean |
isCardSortCodeValid()
The card sort code is valid
|
boolean |
isCleared() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<BamCardInformation> CREATOR
public void clear()
public boolean isCleared()
public char[] getCardNumber()
public char[] getCardNumberGrouped()
public char[] getCardNumberMasked()
public char[] getCardHolderName()
public char[] getCardSortCode()
public boolean isCardSortCodeValid()
public char[] getCardAccountNumber()
public boolean isCardAccountNumberValid()
public CreditCardType getCardType()
public char[] getCardExpiryDate()
public char[] getCardExpiryDateMonth()
public char[] getCardExpiryDateYear()
public char[] getCardCvvCode()
public java.lang.String getCustomField(java.lang.String fieldId)
fieldId
- the unique field idpublic int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
© Jumio Corp. 268 Lambert Avenue, Palo Alto, CA 94306
The source code and software available on this website (“Software”) is provided by Jumio Corp. or its affiliated group
companies (“Jumio”) "as is” and any express or implied warranties, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose are disclaimed. In no event shall Jumio be liable for any direct, indirect,
incidental, special, exemplary, or consequential damages (including but not limited to procurement of substitute goods or
services, loss of use, data, profits, or business interruption) however caused and on any theory of liability, whether in contract,
strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this Software, even if advised of the
possibility of such damage. In any case, your use of this Software is subject to the terms and conditions that apply to your
contractual relationship with Jumio. As regards Jumio’s privacy practices, please see our privacy notice available here: Privacy Policy.