Show / Hide Table of Contents

Class EndShipper

Class representing an EasyPost EndShipper.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
EndShipper
Implements
IEasyPostObject
IEndShipperParameter
IAddressParameter
IParameter
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 EndShipper : EasyPostObject, IEasyPostObject, IEndShipperParameter, IAddressParameter, IParameter

Properties

| Improve this Doc View Source

City

The city the end shipper is located in.

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

Company

The name of the company.

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

Country

The ISO 3166 code of the country the end shipper is located in. Code must be "US" for a valid end shipper.

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

Email

The email address of the person or organization.

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

Error

Potential error encountered while processing the end shipper.

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

Message

A human-readable message for any errors that occurred during the end shipper's life cycle.

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

Name

The name of the person or organization.

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

Phone

The phone number of the person or organization.

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

State

The state the end shipper is located in.

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

Street1

The first line of the end shipper street address.

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

Street2

The second line of the end shipper street address.

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

Zip

The zip code the end shipper is located in.

Declaration
public string? Zip { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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