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