-
public final class GooglePayFacade
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGooglePayFacade.Companionpublic enumGooglePayFacade.Environment
-
Constructor Summary
Constructors Constructor Description GooglePayFacade(PaymentsClient paymentsClient)
-
Method Summary
Modifier and Type Method Description final BooleancheckIfIsReadyToPay(List<String> allowedCardNetworks, List<String> allowedCardAuthMethods, Boolean billingAddressRequired)final Unitpay(Activity activity, String gatewayMerchantId, String merchantName, String totalPrice, String countryCode, String currencyCode, List<String> allowedCardNetworks, List<String> allowedCardAuthMethods, Boolean billingAddressRequired)
-