sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.tpay.sdk.api.screenless.channelMethods
/
WalletMethod
Wallet
Method
data
class
WalletMethod
(
val
wallet
:
DigitalWallet
,
val
method
:
ChannelMethod
)
:
Parcelable
Class responsible for storing basic information about wallet method
Members
Constructors
Wallet
Method
Link copied to clipboard
constructor
(
wallet
:
DigitalWallet
,
method
:
ChannelMethod
)
Properties
method
Link copied to clipboard
val
method
:
ChannelMethod
wallet
Link copied to clipboard
val
wallet
:
DigitalWallet
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
)