class YandexDostavkaApi::Request::RoutePoint

Included Modules

Defined in:

yandex_dostavka_api/requests/route_point.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(address : Entity::Address, contact : Entity::Contact, point_id : Int64, type : Entity::RoutePointType, visit_order : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def address : Entity::Address #

[View source]
def address=(address : Entity::Address) #

[View source]
def comment=(value : String) #

[View source]
def contact : Entity::Contact #

[View source]
def contact=(contact : Entity::Contact) #

[View source]
def external_order_id : String | Nil #

Номер заказа из системы клиента. Передается для точки с типом destination


[View source]
def external_order_id=(external_order_id : String | Nil) #

Номер заказа из системы клиента. Передается для точки с типом destination


[View source]
def point_id : Int64 #

[View source]
def point_id=(point_id : Int64) #

[View source]
def skip_confirmation : Bool #

Пропускать подтверждение через SMS в данной точке


[View source]
def skip_confirmation=(skip_confirmation : Bool) #

Пропускать подтверждение через SMS в данной точке


[View source]

[View source]
def type=(type : Entity::RoutePointType) #

[View source]
def visit_order : Int32 #

[View source]
def visit_order=(visit_order : Int32) #

[View source]