Show / Hide Table of Contents

Class ApiVersion

Enums for the version of the API to target when making requests.

Inheritance
System.Object
Enum
ValueEnum
ApiVersion
Implements
IEnum
Inherited Members
ValueEnum.ToString()
ValueEnum.FromValue<T>(Object)
ValueEnum.Equals(Nullable<Object>)
ValueEnum.GetHashCode()
Enum.CompareTo(Nullable<Object>)
Enum.GetAll<T>()
Namespace: EasyPost._base
Assembly: EasyPost.dll
Syntax
public class ApiVersion : ValueEnum, IEnum

Fields

| Improve this Doc View Source

Beta

The beta version of the API.

Declaration
public static readonly ApiVersion Beta
Field Value
Type Description
ApiVersion
| Improve this Doc View Source

Current

The current (general availability) version of the API.

Declaration
public static readonly ApiVersion Current
Field Value
Type Description
ApiVersion
| Improve this Doc View Source

V2

Version 2 of the API.

Declaration
public static readonly ApiVersion V2
Field Value
Type Description
ApiVersion

Implements

IEnum
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX