Class FortnoxAssignment
Fortnox Assignment object
public record FortnoxAssignment : IEquatable<FortnoxAssignment>
- Inheritance
-
FortnoxAssignment
- Implements
- Inherited Members
Properties
Code
Request code from Fortnox used to connect the application with Fortnox.
public string Code { get; init; }
Property Value
RequestKey
Code generated by your application that was provided with 'BuildConnectUriAsync'.
public Guid RequestKey { get; init; }