ReceiptOrigin
public struct ReceiptOrigin : Codable, Sendable
The receipt origin model.
-
The first name.
Declaration
Swift
public let firstName: String -
The last name.
Declaration
Swift
public let lastName: String -
The email address.
Declaration
Swift
public let emailAddress: String -
The address.
Declaration
Swift
public let address: Address
View on GitHub