Payee
public struct Payee : Codable, Equatable, Sendable
Payee model
-
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 -
Undocumented
Declaration
Swift
public init( id: String, name: String, transferAccountId: String?, deleted: Bool )
View on GitHub