Class BetaClient
Access beta EasyPost API functionality.
Inherited Members
Namespace: EasyPost
Assembly: EasyPost.dll
Syntax
public class BetaClient : EasyPostClient
  Properties
| Improve this Doc View SourceRate
Access beta Rate-related functionality.
Declaration
public RateService Rate { get; }
  Property Value
| Type | Description | 
|---|---|
| RateService | 
ReferralCustomer
Access beta Referral Customer-related functionality.
Declaration
public ReferralCustomerService ReferralCustomer { get; }
  Property Value
| Type | Description | 
|---|---|
| ReferralCustomerService | 
Methods
| Improve this Doc View SourceDispose(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.  |