Class SupportedFeature
Class representing a supported feature in an EasyPost carrier metadata summary.
Inheritance
System.Object
SupportedFeature
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class SupportedFeature : object
Properties
| Improve this Doc View SourceCarrier
The name of the Carrier associated with this supported feature.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Description
The description of the supported feature.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
The human-readable name of the supported feature.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Supported
Whether or not the feature is supported by the carrier.
Declaration
public bool? Supported { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |