BankAccountCreditor
protocol BankAccountCreditor
The attributes of an individual bank account’s creditor (the settler of the transaction)
-
The address of the creditor
Declaration
Swift
var address: CoarseAddress { get } -
A creditor’s institutional ID
Declaration
Swift
var id: String { get } -
A creditor’s name
Declaration
Swift
var name: String { get }
View on GitHub
Install in Dash
BankAccountCreditor Protocol Reference