toggle menu
Mobile Payments SDK Android Technical Reference
androidJvm
switch theme
search in API
Mobile Payments SDK Android Technical Reference
/
com.squareup.sdk.mobilepayments.payment
/
DigitalWalletDetails
Digital
Wallet
Details
class
DigitalWalletDetails
(
val
walletBrand
:
WalletBrand
?
,
val
buyerId
:
String
?
)
Members
Constructors
Digital
Wallet
Details
Link copied to clipboard
constructor
(
walletBrand
:
WalletBrand
?
,
buyerId
:
String
?
)
Types
Builder
Link copied to clipboard
class
Builder
(
walletBrand
:
WalletBrand
?
,
buyerId
:
String
?
=
null
)
Lets developers create and configure digital wallet details for automated testing.
Properties
buyer
Id
Link copied to clipboard
val
buyerId
:
String
?
wallet
Brand
Link copied to clipboard
val
walletBrand
:
WalletBrand
?