class YandexDostavkaApi::Entity::RoutePoint
- YandexDostavkaApi::Entity::RoutePoint
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
yandex_dostavka_api/entities/route_point.crConstructors
Instance Method Summary
- #address : Address
- #address=(address : Address)
- #contact : Contact
- #contact=(contact : Contact)
- #external_order_id : String | Nil
- #external_order_id=(external_order_id : String | Nil)
- #id : Int32
- #id=(id : Int32)
- #leave_under_door : Bool
- #leave_under_door=(leave_under_door : Bool)
- #meet_outside : Bool
- #meet_outside=(meet_outside : Bool)
- #no_door_call : Bool
- #no_door_call=(no_door_call : Bool)
- #skip_confirmation : Bool | Nil
- #skip_confirmation=(skip_confirmation : Bool | Nil)
- #type : RoutePointType
- #type=(type : RoutePointType)
- #visit_order : Int32
- #visit_order=(visit_order : Int32)
- #visit_status : String
- #visit_status=(visit_status : String)
- #visited_at : VisitedAt
- #visited_at=(visited_at : VisitedAt)