public final class EncryptedCard
extends java.lang.Object
This file is open source and available under the MIT license. See the LICENSE file for more info.
Created by timon on 06/02/2018.
Modifier and Type | Class and Description |
---|---|
static class |
EncryptedCard.Builder
Builder for
EncryptedCard s. |
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getEncryptedExpiryMonth() |
java.lang.String |
getEncryptedExpiryYear() |
java.lang.String |
getEncryptedNumber() |
java.lang.String |
getEncryptedSecurityCode() |
void |
writeToParcel(Parcel dest,
int flags) |
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
public java.lang.String getEncryptedNumber()
public java.lang.String getEncryptedExpiryMonth()
public java.lang.String getEncryptedExpiryYear()
public java.lang.String getEncryptedSecurityCode()