Show / Hide Table of Contents

Class Update

Parameters for API calls.

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

Properties

| Improve this Doc View Source

CurrentPassword

The current password for the User. Required if Email or Password are being updated.

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

Email

The new email address for the User. Requires CurrentPassword to be set.

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

Name

The new name for the User.

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

Password

The new password for the User. Requires CurrentPassword to be set.

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

PasswordConfirmation

Confirmation of the new password for the User. Required if Password is being updated.

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

PhoneNumber

The new phone number for the User.

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

RechargeAmount

The new recharge amount for the User.

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

RechargeThreshold

The new recharge threshold for the User.

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

SecondaryRechargeAmount

The new secondary recharge amount for the User.

Declaration
public string? SecondaryRechargeAmount { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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