CloudpaymentsGooglePay class
Contains helper methods that allow you to interact with Google Pay.
Constructors
- CloudpaymentsGooglePay(GooglePayEnvironment environment)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isGooglePayAvailable(
) → Future< bool> - Checks whether a Google Pay is available on this device and can process payment requests using Cloudpayments payment network brands (Visa and Mastercard).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestGooglePayPayment(
{required String price, required String currencyCode, required String countryCode, required String merchantName, required String publicId}) → Future< GooglePayResponse> - Requests Apple Pay payment.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited