Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Address>
Create
Implements
IBaseParameters
IAddressParameter
IParameter
Inherited Members
BaseParameters<Address>.MatchFunction
BaseParameters<Address>.Matches(Address)
BaseParameters<Address>.ToDictionary()
BaseParameters<Address>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.Address
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Address>, IBaseParameters, IAddressParameter, IParameter

Properties

| Improve this Doc View Source

CarrierFacility

Carrier facility for the new Address.

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

City

City for the new Address.

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

Company

Company name for the new Address.

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

Country

Country for the new Address.

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

Email

Email address for the new Address.

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

FederalTaxId

Federal tax ID for the new Address.

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

Id

ID of the Address to reference in this request. ID is not used when calling , but is used when using this parameter set as a nested parameter set in other API calls.

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

Name

Name for the new Address.

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

Phone

Phone number for the new Address.

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

Residential

Whether the Address is residential.

Declaration
public bool? Residential { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

State

State for the new Address.

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

StateTaxId

State tax ID for the new Address.

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

Street1

First street line for the new Address.

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

Street2

Second street line for the new Address.

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

Verify

Whether to enforce verification for the new Address.

Declaration
public bool? Verify { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

VerifyStrict

Whether to enforce strict verification for the new Address.

Declaration
public bool? VerifyStrict { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Zip

ZIP code for the new Address.

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

Implements

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