Show / Hide Table of Contents

Class CarrierMetadataService

Class representing a set of carrier metadata-related beta functionality.

Inheritance
System.Object
EasyPostService
CarrierMetadataService
Implements
IEasyPostService
IDisposable
Inherited Members
EasyPostService.Client
EasyPostService.RequestAsync<T>(Method, String, CancellationToken, Nullable<Dictionary<String, Object>>, Nullable<String>, ApiVersion)
EasyPostService.RequestAsync(Method, String, CancellationToken, Nullable<Dictionary<String, Object>>, ApiVersion)
EasyPostService.Dispose()
EasyPostService.Dispose(Boolean)
Namespace: EasyPost.Services
Assembly: EasyPost.dll
Syntax
public class CarrierMetadataService : EasyPostService, IEasyPostService

Methods

| Improve this Doc View Source

Retrieve(Retrieve, CancellationToken)

Retrieve metadata about specific carrier(s). Related API documentation.

Declaration
public async Task<List<Carrier>> Retrieve(Retrieve parameters = null, CancellationToken cancellationToken = null)
Parameters
Type Name Description
Retrieve parameters

Retrieve parameter set.

CancellationToken cancellationToken

to use for the HTTP request.

Returns
Type Description
Task<List<Carrier>>

A list of Carrier objects.

Implements

IEasyPostService
IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX