Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.CarrierAccount
Assembly: EasyPost.dll
Syntax
public class Create : ACreate, IBaseParameters, ICarrierAccountParameter, IParameter
Constructors
| Improve this Doc View SourceCreate()
Initializes a new instance of the Create class.
Declaration
public Create()
Create(CarrierAccountType)
Initializes a new instance of the Create class.
Declaration
public Create(CarrierAccountType type)
Parameters
| Type | Name | Description |
|---|---|---|
| CarrierAccountType | type | The type of carrier account to create. |
Create(String)
Initializes a new instance of the Create class.
Declaration
public Create(string type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | type | The type of carrier account to create. |
Properties
| Improve this Doc View SourceCredentials
Credentials for the new CarrierAccount.
Declaration
public Dictionary<string, object?>? Credentials { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Dictionary<System.String, System.Nullable<System.Object>>> |
Description
Description for the new CarrierAccount.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Reference
Reference name for the new CarrierAccount.
Declaration
public string? Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TestCredentials
Test credentials for the new CarrierAccount.
Declaration
public Dictionary<string, object?>? TestCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Dictionary<System.String, System.Nullable<System.Object>>> |
Type
Type of CarrierAccount to create.
Declaration
public override string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |