Show / Hide Table of Contents

Class CreateOauth

Parameters for API calls.

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

Properties

| 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

Type

Type of CarrierAccount to create.

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

Methods

| Improve this Doc View Source

ToDictionary()

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>

of parameters.

Overrides
EasyPost.Parameters.BaseParameters<EasyPost.Models.API.CarrierAccount>.ToDictionary()

Implements

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