Table of Contents

Class FortnoxAssignment

Namespace
Tharga.Fortnox
Assembly
Tharga.Fortnox.dll

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

string

RequestKey

Code generated by your application that was provided with 'BuildConnectUriAsync'.

public Guid RequestKey { get; init; }

Property Value

Guid