Payee

public struct Payee : Codable, Equatable

Payee model

  • id

    Payeed id

    Declaration

    Swift

    public let id: String
  • Payee name

    Declaration

    Swift

    public let name: String
  • Transfer account id

    Declaration

    Swift

    public let transferAccountId: String?
  • Whether or not the payee is deleted

    Declaration

    Swift

    public let deleted: Bool