Show / Hide Table of Contents

Class Update

Parameters for API calls.

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

Properties

| Improve this Doc View Source

Credentials

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>>>
| Improve this Doc View Source

Description

Description to update for the CarrierAccount.

Declaration
public string? Description { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Reference

Reference name to update for the CarrierAccount.

Declaration
public string? Reference { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

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>>>

Implements

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