SavePayee
public struct SavePayee : Codable, Equatable, Sendable
A model representing a payee to be saved or updated
-
The name of the payee. The name must be a maximum of 500 characters.
Declaration
Swift
public let name: String -
Creates a new SavePayee instance
Declaration
Swift
public init(name: String)Parameters
nameThe name of the payee (maximum 500 characters)
View on GitHub