Class CreateOauth
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.CarrierAccount
Assembly: EasyPost.dll
Syntax
public class CreateOauth : ACreate, IBaseParameters, ICarrierAccountParameter, IParameter
Properties
| Improve this Doc View SourceDescription
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> |
Type
Type of CarrierAccount to create.
Declaration
public override string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Overrides
Methods
| Improve this Doc View SourceToDictionary()
Convert this parameter object to a dictionary for an HTTP request.
Declaration
public override Dictionary<string, object> ToDictionary()
Returns
| Type | Description |
|---|---|
| Dictionary<System.String, System.Object> |
Overrides
EasyPost.Parameters.BaseParameters<EasyPost.Models.API.CarrierAccount>.ToDictionary()