getPaymentDataRequest
fun getPaymentDataRequest(price: BigDecimal, countryCode: String, currency: String, googlePayOptions: GooglePayOptions, supportedCardSchemes: List<CardScheme>?): JSONObject?
An object describing information requested in a Google Pay payment sheet
Return
Payment data expected by your app.
See also
PaymentDataRequest
(https://developers.google.com/pay/api/android/reference/object.PaymentDataRequest)