Class Fee
Class representing an EasyPost fee.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Fee : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceAmount
The amount of the fee, in US cents with sub-cent precision.
Declaration
public double? Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Charged
Whether EasyPost has successfully charged your account for the fee.
Declaration
public bool? Charged { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Refunded
Whether the fee has been refunded successfully.
Declaration
public bool? Refunded { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Type
The category of the fee. Possible types include "LabelFee", "PostageFee", "InsuranceFee" and "TrackerFee".
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |