Show / Hide Table of Contents

Class Form

Class representing an EasyPost form.

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

Properties

| Improve this Doc View Source

FormType

The type of form. Possible values include "cn22", "cod_return_label", "commercial_invoice", "high_value_report", "label_qr_code", "nafta_certificate_of_origin", "order_summary", "return_packing_slip" and "rma_qr_code".

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

FormUrl

The URL where the form can be downloaded.

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

SubmittedElectronically

Whether EasyPost has submitted the form to the carrier on behalf of the user.

Declaration
public bool? SubmittedElectronically { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

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