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
Constructors
Functions
Properties
Constructors
Wallet
Method
Link copied to clipboard
fun
WalletMethod
(
wallet
:
DigitalWallet
,
method
:
ChannelMethod
)
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
)
Properties
method
Link copied to clipboard
val
method
:
ChannelMethod
wallet
Link copied to clipboard
val
wallet
:
DigitalWallet