Class CreateCustomerResponse
Represents the response from creating a new customer.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Customer
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class CreateCustomerResponse : IApiResponse
Properties
View SourceCustomerId
Gets or sets the ID of the created customer.
Declaration
public int CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ErrorResponse
Gets or sets the error response (if any).
Declaration
public ErrorResponse? ErrorResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorResponse |
IsSuccess
Gets or sets the success status of the operation.
Declaration
public bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |