Show / Hide Table of Contents

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 Source

Carrier

The name of the Carrier associated with this supported feature.

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

Description

The description of the supported feature.

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

Name

The human-readable name of the supported feature.

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

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX