You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/src/main/java/cloud/pace/sdk/appkit/communication/generated/model/request/GooglePayPaymentRequest.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ public data class GooglePayPaymentRequest(
19
19
* Information about the merchant that requests payment data.
20
20
*/
21
21
publicvalmerchantInfo:MerchantInfo?,
22
+
/**
23
+
* Set to true to request an email address to be provided in the payment response
24
+
*/
25
+
publicvalemailRequired:Boolean?,
22
26
/**
23
27
* Specifies support for one or more payment methods supported by the Google Pay API.
0 commit comments