C# Класс com.openrest.v1_1.DeliveryInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
area Area
charge int?
delayMins int?
inactive bool?
minOrderPrice int?
type string

Открытые методы

Метод Описание
DeliveryInfo ( ) : System
DeliveryInfo ( string type, Area area, int minOrderPrice, int charge, int delayMins, bool inactive ) : System

Описание методов

DeliveryInfo() публичный Метод

public DeliveryInfo ( ) : System
Результат System

DeliveryInfo() публичный Метод

public DeliveryInfo ( string type, Area area, int minOrderPrice, int charge, int delayMins, bool inactive ) : System
type string
area Area
minOrderPrice int
charge int
delayMins int
inactive bool
Результат System

Описание свойств

area публичное свойство

public Area,com.openrest.v1_1 area
Результат Area

charge публичное свойство

public int? charge
Результат int?

delayMins публичное свойство

public int? delayMins
Результат int?

inactive публичное свойство

public bool? inactive
Результат bool?

minOrderPrice публичное свойство

public int? minOrderPrice
Результат int?

type публичное свойство

public string type
Результат string