class YandexDostavkaApi::Entity::Claim

Included Modules

Defined in:

yandex_dostavka_api/entities/claim.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def available_cancel_state : Entity::CancelState | Nil #

Deprecated. Implemented in newly created claims. Use for backward compatibility.


[View source]
def available_cancel_state=(available_cancel_state : Entity::CancelState | Nil) #

Deprecated. Implemented in newly created claims. Use for backward compatibility.


[View source]
def callback_properties : CallbackProperty | Nil #

[View source]
def callback_properties=(callback_properties : CallbackProperty | Nil) #

[View source]
def carrier_info : CarrierInfo | Nil #

[View source]
def carrier_info=(carrier_info : CarrierInfo | Nil) #

[View source]
def client_requirements : CarInfo | Nil #

[View source]
def client_requirements=(client_requirements : CarInfo | Nil) #

[View source]
def comment : String | Nil #

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

[View source]
def corp_client_id : String #

[View source]
def corp_client_id=(corp_client_id : String) #

[View source]
def created_ts : Time #

def created_ts=(created_ts : Time) #

def current_point_id : Int64 #

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

[View source]
def due : Time | Nil #

[View source]
def due=(due : Time | Nil) #

[View source]
def emergency_contact : Contact #

[View source]
def emergency_contact=(emergency_contact : Contact) #

[View source]
def error_messages : Array(ErrorMessage) | Nil #

[View source]
def error_messages=(error_messages : Array(ErrorMessage) | Nil) #

[View source]
def eta : Int32 | Nil #

[View source]
def eta=(eta : Int32 | Nil) #

[View source]
def features : Array(String) #

[View source]
def features=(features : Array(String)) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def items : Array(Item) #

[View source]
def items=(items : Array(Item)) #

[View source]
def matched_cars : Array(CarInfo) #

[View source]
def matched_cars=(matched_cars : Array(CarInfo)) #

[View source]
def optional_return : Bool | Nil #

def optional_return=(optional_return : Bool | Nil) #

def performer_info : PerformerInfo | Nil #

[View source]
def performer_info=(performer_info : PerformerInfo | Nil) #

[View source]
def pricing : Pricing | Nil #

[View source]
def pricing=(pricing : Pricing | Nil) #

[View source]
def revision : Int32 #

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

[View source]
def route_points : Array(RoutePoint) #

[View source]
def route_points=(route_points : Array(RoutePoint)) #

[View source]
def shipping_document : String | Nil #

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

[View source]
def skip_act : Bool | Nil #

def skip_act=(skip_act : Bool | Nil) #

def skip_client_notify : Bool | Nil #

def skip_client_notify=(skip_client_notify : Bool | Nil) #

def skip_door_to_door : Bool | Nil #

def skip_door_to_door=(skip_door_to_door : Bool | Nil) #

def skip_emergency_notify : Bool | Nil #

def skip_emergency_notify=(skip_emergency_notify : Bool | Nil) #

def status : Status #

[View source]
def status=(status : Status) #

[View source]
def taxi_offer : PriceOffer | Nil #

[View source]
def taxi_offer=(taxi_offer : PriceOffer | Nil) #

[View source]
def updated_ts : Time #

def updated_ts=(updated_ts : Time) #

def user_request_revision : String | Nil #

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

[View source]
def version : Int32 #

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

[View source]
def warnings : Array(Warning) | Nil #

[View source]
def warnings=(warnings : Array(Warning) | Nil) #

[View source]