Class CreateReferralCustomer
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.ReferralCustomer
Assembly: EasyPost.dll
Syntax
public class CreateReferralCustomer : BaseParameters<ReferralCustomer>, IBaseParameters, IReferralCustomerParameter, IParameter
Properties
| Improve this Doc View SourceEmail address of the new ReferralCustomer.
Declaration
public string? Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
Name of the new ReferralCustomer.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
PhoneNumber
Phone number of the new ReferralCustomer.
Declaration
public string? PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |