Class Form
Class representing an EasyPost form.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Form : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceFormType
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> |
FormUrl
The URL where the form can be downloaded.
Declaration
public string? FormUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
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> |