Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Address
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Address>, IBaseParameters, IAddressParameter, IParameter
Properties
| Improve this Doc View SourceCarrierFacility
Carrier facility for the new Address.
Declaration
public string? CarrierFacility { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
City
City for the new Address.
Declaration
public string? City { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Company
Company name for the new Address.
Declaration
public string? Company { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Country
Country for the new Address.
Declaration
public string? Country { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Email address for the new Address.
Declaration
public string? Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
FederalTaxId
Federal tax ID for the new Address.
Declaration
public string? FederalTaxId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Id
ID of the Address to reference in this request.
ID is not used when calling
Declaration
public string? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
Name for the new Address.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Phone
Phone number for the new Address.
Declaration
public string? Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Residential
Whether the Address is residential.
Declaration
public bool? Residential { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
State
State for the new Address.
Declaration
public string? State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StateTaxId
State tax ID for the new Address.
Declaration
public string? StateTaxId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Street1
First street line for the new Address.
Declaration
public string? Street1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Street2
Second street line for the new Address.
Declaration
public string? Street2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Verify
Whether to enforce verification for the new Address.
Declaration
public bool? Verify { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
VerifyStrict
Whether to enforce strict verification for the new Address.
Declaration
public bool? VerifyStrict { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Zip
ZIP code for the new Address.
Declaration
public string? Zip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |