Class CreateUps
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.CarrierAccount
Assembly: EasyPost.dll
Syntax
public class CreateUps : ACreate, IBaseParameters, ICarrierAccountParameter, IParameter
Constructors
| Improve this Doc View SourceCreateUps()
Initializes a new instance of the CreateUps class.
Declaration
public CreateUps()
Properties
| Improve this Doc View SourceAccountNumber
The UPS account number.
Declaration
public string? AccountNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Description
Description for the new CarrierAccount.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Reference
Reference name for the new CarrierAccount.
Declaration
public string? Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Type
Type of CarrierAccount to create.
Declaration
public override string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Overrides
Methods
| Improve this Doc View SourceToDictionary()
Convert this parameter object to a dictionary for an HTTP request.
Declaration
public override Dictionary<string, object> ToDictionary()
Returns
| Type | Description |
|---|---|
| Dictionary<System.String, System.Object> |
Overrides
EasyPost.Parameters.BaseParameters<EasyPost.Models.API.CarrierAccount>.ToDictionary()