PayorInformation
public struct PayorInformation : Codable
The check model.
-
The full name of the payor of the check.
Declaration
Swift
public let name: String?
-
The address of the payor of the check.
Declaration
Swift
public let address: String?
-
The postal code of the payor of the check.
Declaration
Swift
public let postalCode: String?