Show / Hide Table of Contents

Class Create

Parameters for API calls.

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

Constructors

| Improve this Doc View Source

Create()

Initializes a new instance of the Create class.

Declaration
public Create()
| Improve this Doc View Source

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.

| Improve this Doc View Source

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 Source

Credentials

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>>>
| Improve this Doc View Source

Description

Description for the new CarrierAccount.

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

Reference

Reference name for the new CarrierAccount.

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

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>>>
| Improve this Doc View Source

Type

Type of CarrierAccount to create.

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

Implements

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