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