Show / Hide Table of Contents

Class CarrierField

Class representing a single EasyPost CarrierAccount's credentials entry details.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
CarrierField
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 CarrierField : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Label

The label value is used in form rendering to display a more precise name for the field. Possible values include: "visible", "checkbox", "fake", "password" and "masked".

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

Value

The value of the field. Checkbox fields use "0" and "1" as false and true, respectively. All other field types present plaintext, partially-masked or fully-masked credential data for reference.

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

Visibility

The visibility value is used to control form field types. See CarrierType for more details.

Declaration
public string? Visibility { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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