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 }
  • id

    A creditor’s institutional ID

    Declaration

    Swift

    var id: String { get }
  • A creditor’s name

    Declaration

    Swift

    var name: String { get }