createGooglePaymentMethod

abstract suspend fun createGooglePaymentMethod(info: GooglePayInfo): TransactionResult<CreditCardResult>

Creates a Google Pay payment method using the provided Google Pay information.

Return

A TransactionResult containing the result of the Google Pay payment method creation.

Parameters

info

The Google Pay information used to create the payment method.