Class ApiVersion
Enums for the version of the API to target when making requests.
Implements
Inherited Members
Namespace: EasyPost._base
Assembly: EasyPost.dll
Syntax
public class ApiVersion : ValueEnum, IEnum
Fields
| Improve this Doc View SourceBeta
The beta version of the API.
Declaration
public static readonly ApiVersion Beta
Field Value
| Type | Description |
|---|---|
| ApiVersion |
Current
The current (general availability) version of the API.
Declaration
public static readonly ApiVersion Current
Field Value
| Type | Description |
|---|---|
| ApiVersion |
V2
Version 2 of the API.
Declaration
public static readonly ApiVersion V2
Field Value
| Type | Description |
|---|---|
| ApiVersion |