-
public final class PrimerGooglePayOptions
-
-
Field Summary
Fields Modifier and Type Field Description private StringmerchantNameprivate List<String>allowedCardNetworksprivate GooglePayButtonStylebuttonStyleprivate BooleancaptureBillingAddress
-
Constructor Summary
Constructors Constructor Description PrimerGooglePayOptions(String merchantName, List<String> allowedCardNetworks, GooglePayButtonStyle buttonStyle, Boolean captureBillingAddress)
-
Method Summary
Modifier and Type Method Description final StringgetMerchantName()final UnitsetMerchantName(String merchantName)final List<String>getAllowedCardNetworks()final UnitsetAllowedCardNetworks(List<String> allowedCardNetworks)final GooglePayButtonStylegetButtonStyle()final UnitsetButtonStyle(GooglePayButtonStyle buttonStyle)final BooleangetCaptureBillingAddress()final UnitsetCaptureBillingAddress(Boolean captureBillingAddress)-
-
Constructor Detail
-
PrimerGooglePayOptions
PrimerGooglePayOptions(String merchantName, List<String> allowedCardNetworks, GooglePayButtonStyle buttonStyle, Boolean captureBillingAddress)
-
-
Method Detail
-
getMerchantName
final String getMerchantName()
-
setMerchantName
final Unit setMerchantName(String merchantName)
-
getAllowedCardNetworks
final List<String> getAllowedCardNetworks()
-
setAllowedCardNetworks
final Unit setAllowedCardNetworks(List<String> allowedCardNetworks)
-
getButtonStyle
final GooglePayButtonStyle getButtonStyle()
-
setButtonStyle
final Unit setButtonStyle(GooglePayButtonStyle buttonStyle)
-
getCaptureBillingAddress
final Boolean getCaptureBillingAddress()
-
setCaptureBillingAddress
final Unit setCaptureBillingAddress(Boolean captureBillingAddress)
-
-
-
-