Show / Hide Table of Contents

Class BetaClient

Access beta EasyPost API functionality.

Inheritance
System.Object
EasyPostClient
BetaClient
Inherited Members
EasyPostClient.ApiKeyInUse
EasyPostClient.ApiBaseInUse
EasyPostClient.Timeout
EasyPostClient.CustomHttpClient
EasyPostClient.Hooks
EasyPostClient.ExecuteRequest(HttpRequestMessage, CancellationToken)
EasyPostClient.RequestAsync<T>(Method, String, ApiVersion, CancellationToken, Nullable<Dictionary<String, Object>>, Nullable<String>)
EasyPostClient.RequestAsync(Method, String, ApiVersion, CancellationToken, Nullable<Dictionary<String, Object>>)
EasyPostClient.Equals(Nullable<Object>)
EasyPostClient.GetHashCode()
EasyPostClient.Dispose()
Namespace: EasyPost
Assembly: EasyPost.dll
Syntax
public class BetaClient : EasyPostClient

Properties

| Improve this Doc View Source

Rate

Access beta Rate-related functionality.

Declaration
public RateService Rate { get; }
Property Value
Type Description
RateService
| Improve this Doc View Source

ReferralCustomer

Access beta Referral Customer-related functionality.

Declaration
public ReferralCustomerService ReferralCustomer { get; }
Property Value
Type Description
ReferralCustomerService

Methods

| Improve this Doc View Source

Dispose(Boolean)

Dispose of this object.

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Whether this object is being disposed.

Overrides
EasyPostClient.Dispose(Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX