Show / Hide Table of Contents

Class PaymentMethod.Priority

Payment method priority.

Inheritance
System.Object
Enum
ValueEnum
PaymentMethod.Priority
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.Models.API
Assembly: EasyPost.dll
Syntax
public class Priority : ValueEnum, IEnum

Fields

| Improve this Doc View Source

Primary

An enum representing the primary priority.

Declaration
public static readonly PaymentMethod.Priority Primary
Field Value
Type Description
PaymentMethod.Priority
| Improve this Doc View Source

Secondary

An enum representing the secondary priority.

Declaration
public static readonly PaymentMethod.Priority Secondary
Field Value
Type Description
PaymentMethod.Priority

Implements

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