Class CarrierField
Class representing a single EasyPost CarrierAccount's credentials entry details.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierField : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceLabel
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> |
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> |
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> |