Class ImportEndpoints

Data structure with endpoints to transfer data with the import api.

Inheritance
object
ImportEndpoints
Namespace: Transit.Shared.DataModels.Exchange
Assembly: Transit.Shared.dll
Syntax
public class ImportEndpoints

Properties

Data

Gets or sets the data endpoint.

Declaration
public string Data { get; set; }
Property Value
Type Description
string

The fully qualified URL of the data endpoint.

Message

Gets or sets the message endpoint.

Declaration
public string Message { get; set; }
Property Value
Type Description
string

The fully qualified URL of the message endpoint.

Order

Gets or sets the order endpoint.

Declaration
public string Order { get; set; }
Property Value
Type Description
string

The fully qualified URL of the order endpoint.

Tour

Gets or sets the tour endpoint.

Declaration
public string Tour { get; set; }
Property Value
Type Description
string

The fully qualified URL of the tour endpoint.

In this article
Back to top Generated by DocFX