Show / Hide Table of Contents

Class CarrierFields

Class representing an EasyPost CarrierAccount's credentials.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
CarrierFields
Implements
IEasyPostObject
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierFields : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

AutoLink

For USPS, this designates that no credentials are required.

Declaration
public bool? AutoLink { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Credentials

The credentials used in the production environment.

Declaration
public Dictionary<string, CarrierField>? Credentials { get; set; }
Property Value
Type Description
System.Nullable<Dictionary<System.String, CarrierField>>
| Improve this Doc View Source

CustomWorkflow

When true, a separate authentication process will be required through the UI to link this account type.

Declaration
public bool? CustomWorkflow { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

TestCredentials

The credentials used in the test environment.

Declaration
public Dictionary<string, CarrierField>? TestCredentials { get; set; }
Property Value
Type Description
System.Nullable<Dictionary<System.String, CarrierField>>

Implements

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