Account Protection
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Account Protection
Account Protection
/
com.transmit.accountprotection.api
Package-level
declarations
Types
Types
Action
Event
Options
Link copied to clipboard
interface
ActionEventOptions
Payee
Data
Link copied to clipboard
data
class
PayeeData
(
val
name
:
String
?
,
val
bankIdentifier
:
String
?
,
val
branchIdentifier
:
String
?
,
val
accountNumber
:
String
?
)
Payer
Data
Link copied to clipboard
data
class
PayerData
(
val
name
:
String
?
,
val
branchIdentifier
:
String
?
,
val
accountNumber
:
String
?
)
Transaction
Data
Link copied to clipboard
interface
TransactionData