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 |
static interface |
GooglePayParams.GooglePayButtonText |
static interface |
GooglePayParams.GooglePayEnvironment |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<GooglePayParams> |
CREATOR |
static java.lang.String |
CURRENCY_CODE |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getBuyButtonAppearance() |
int |
getBuyButtonText() |
java.lang.String |
getCountryCode() |
int |
getEnvironment() |
java.lang.String |
getMerchantName() |
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
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic java.lang.String getMerchantName()
public java.lang.String getCountryCode()
public boolean isPhoneRequired()
public boolean isAddressRequired()
public int getEnvironment()
public int getBuyButtonText()
public int getBuyButtonAppearance()
public int getTheme()