@Immutable @LevelUpApi(contract=PUBLIC) @NonWrappable public static final class ApplePayCardPaymentMethod.Metadata extends Object implements Parcelable
ApplePayCardPaymentMethod.Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ApplePayCardPaymentMethod.Metadata> |
CREATOR
Implements the
Parcelable interface. |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getIssuer() |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<ApplePayCardPaymentMethod.Metadata> CREATOR
Parcelable interface.public Metadata(String issuer)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic String getIssuer()