public final class Card
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 31/08/2017.
Modifier and Type | Class and Description |
---|---|
static class |
Card.Builder
Builder for
Card s. |
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.Integer |
getExpiryMonth() |
java.lang.Integer |
getExpiryYear() |
java.lang.String |
getNumber() |
java.lang.String |
getSecurityCode() |
void |
writeToParcel(Parcel dest,
int flags) |
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
public java.lang.String getNumber()
public java.lang.Integer getExpiryMonth()
public java.lang.Integer getExpiryYear()
public java.lang.String getSecurityCode()