Show / Hide Table of Contents

Class Fee

Class representing an EasyPost fee.

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

Properties

| Improve this Doc View Source

Amount

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

Refunded

Whether the fee has been refunded successfully.

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

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>

Implements

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