Show / Hide Table of Contents

Class CreateReferralCustomer

Parameters for API calls.

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

Properties

| Improve this Doc View Source

Email

Email address of the new ReferralCustomer.

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

Name

Name of the new ReferralCustomer.

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

PhoneNumber

Phone number of the new ReferralCustomer.

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

Implements

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