Class Update
Parameters for
Implements
Inherited Members
Namespace: EasyPost.Parameters.CarrierAccount
Assembly: EasyPost.dll
Syntax
public class Update : AUpdate, IBaseParameters
Properties
| Improve this Doc View SourceCredentials
Credentials to update for the CarrierAccount.
Declaration
public Dictionary<string, object?>? Credentials { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Dictionary<System.String, System.Nullable<System.Object>>> |
Description
Description to update for the CarrierAccount.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Reference
Reference name to update for the CarrierAccount.
Declaration
public string? Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TestCredentials
Test credentials to update for the CarrierAccount.
Declaration
public Dictionary<string, object?>? TestCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Dictionary<System.String, System.Nullable<System.Object>>> |