Class Update
Parameters for
Implements
Inherited Members
Namespace: EasyPost.Parameters.EndShipper
Assembly: EasyPost.dll
Syntax
public class Update : BaseParameters<EndShipper>, IBaseParameters
Properties
| Improve this Doc View SourceCity
City to update for the EndShipper.
Declaration
public string? City { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Company
Company to update for the EndShipper.
Declaration
public string? Company { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Country
Country to update for the EndShipper.
Declaration
public string? Country { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Email address to update for the EndShipper.
Declaration
public string? Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
Name to update for the EndShipper.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Phone
Phone number to update for the EndShipper.
Declaration
public string? Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
State
State to update for the EndShipper.
Declaration
public string? State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Street1
First street line to update for the EndShipper.
Declaration
public string? Street1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Street2
Second street line to update for the EndShipper.
Declaration
public string? Street2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Zip
ZIP code to update for the EndShipper.
Declaration
public string? Zip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |