Account Protection
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Account Protection
Account Protection
/
com.transmit.accountprotection.api
/
PayerData
Payer
Data
data
class
PayerData
(
val
name
:
String
?
,
val
branchIdentifier
:
String
?
,
val
accountNumber
:
String
?
)
Members
Constructors
Payer
Data
Link copied to clipboard
constructor
(
name
:
String
?
,
branchIdentifier
:
String
?
,
accountNumber
:
String
?
)
Properties
account
Number
Link copied to clipboard
val
accountNumber
:
String
?
branch
Identifier
Link copied to clipboard
val
branchIdentifier
:
String
?
name
Link copied to clipboard
val
name
:
String
?