IEditSessionChangeDeliveryProblemComment Method |
Change delivery problem comment
Namespace:
Resto.Front.Api.V4.Editors
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax void ChangeDeliveryProblemComment(
string comment,
IDeliveryStub delivery
)
Parameters
- comment
- Type: SystemString
Problem comment. MaxLength = 1000 symbols. If HasProblem = false it does not mean that ProblemComment = null, because comment isn't erased automatically after set HasProblem to false. - delivery
- Type: Resto.Front.Api.V4.Editors.StubsIDeliveryStub
Delivery to change
See Also