Class ACreate
The base class for all carrier-account creation parameter sets.
Inheritance
System.Object
ACreate
Inherited Members
Namespace: EasyPost.Parameters.CarrierAccount
Assembly: EasyPost.dll
Syntax
public abstract class ACreate : BaseParameters<CarrierAccount>, IBaseParameters, ICarrierAccountParameter, IParameter
Constructors
| Improve this Doc View SourceACreate()
Initializes a new instance of the ACreate class.
Declaration
protected ACreate()
ACreate(CarrierAccountType)
Initializes a new instance of the ACreate class.
Declaration
protected ACreate(CarrierAccountType type)
Parameters
| Type | Name | Description |
|---|---|---|
| CarrierAccountType | type | The type of carrier account to create. |
ACreate(String)
Initializes a new instance of the ACreate class.
Declaration
protected ACreate(string type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | type | The type of carrier account to create. |
Properties
| Improve this Doc View SourceType
Type of CarrierAccount to create.
Declaration
public abstract string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |