Class Update
Inheritance
System.Object
Update
Assembly: EasyPost.dll
Syntax
public class Update : BaseParameters<User>, IBaseParameters
Properties
|
Improve this Doc
View Source
CurrentPassword
Declaration
public string? CurrentPassword { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Email
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
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