Class CreateCustomerRequest
Represents a request to create a new vendor.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Customer
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class CreateCustomerRequest
Properties
View SourceAddress
Gets or sets the address of the customer.
Declaration
public CustomerAddress Address { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomerAddress |
Gets or sets the email of the customer.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstName
Gets or sets the first name of the customer.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastName
Gets or sets the last name of the customer.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Mobile
Gets or sets the mobile number of the customer.
Declaration
public string Mobile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets or sets the title of the customer.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |