public static class GooglePayParams.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GooglePayParams |
build() |
GooglePayParams.Builder |
setAddressRequired(boolean addressRequired) |
GooglePayParams.Builder |
setBuyButtonAppearance(int buyButtonAppearance) |
GooglePayParams.Builder |
setBuyButtonText(int buyButtonText) |
GooglePayParams.Builder |
setCountryCode(java.lang.String countryCode) |
GooglePayParams.Builder |
setEnvironment(int environment) |
GooglePayParams.Builder |
setMerchantName(java.lang.String merchantName) |
GooglePayParams.Builder |
setPhoneRequired(boolean phoneRequired) |
GooglePayParams.Builder |
setTheme(int theme) |
public GooglePayParams.Builder setCountryCode(java.lang.String countryCode)
public GooglePayParams.Builder setPhoneRequired(boolean phoneRequired)
public GooglePayParams.Builder setAddressRequired(boolean addressRequired)
public GooglePayParams.Builder setEnvironment(int environment)
public GooglePayParams.Builder setBuyButtonText(int buyButtonText)
public GooglePayParams.Builder setBuyButtonAppearance(int buyButtonAppearance)
public GooglePayParams.Builder setTheme(int theme)
public GooglePayParams.Builder setMerchantName(java.lang.String merchantName)
public GooglePayParams build()