toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
GooglePayResult
Google
Pay
Result
data
class
GooglePayResult
:
Parcelable
Result of a successful Google Pay Payment Data Request
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
Address
?
=
null
email
Link copied to clipboard
val
email
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
?
=
null
shipping
Information
Link copied to clipboard
val
shippingInformation
:
ShippingInformation
?
=
null
token
Link copied to clipboard
val
token
:
Token
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)