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