public final class GooglePayParams
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
GooglePayParams.Builder |
static interface |
GooglePayParams.GooglePayButtonAppearance
Deprecated.
|
static interface |
GooglePayParams.GooglePayEnvironment |
| Modifier and Type | Field and Description |
|---|---|
static int |
ANDROID_PAY_DARK
Deprecated.
|
static int |
ANDROID_PAY_LIGHT_WITH_BORDER
Deprecated.
|
static android.os.Parcelable.Creator<GooglePayParams> |
CREATOR |
static java.lang.String |
CURRENCY_CODE |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getBuyButtonAppearance() |
int |
getEnvironment() |
int |
getTheme() |
boolean |
isAddressRequired() |
boolean |
isPhoneRequired() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<GooglePayParams> CREATOR
public static final java.lang.String CURRENCY_CODE
@Deprecated public static final int ANDROID_PAY_DARK
@Deprecated public static final int ANDROID_PAY_LIGHT_WITH_BORDER
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic boolean isPhoneRequired()
public boolean isAddressRequired()
public int getEnvironment()
public int getBuyButtonAppearance()
public int getTheme()