Click or drag to resize

UpdateInvoiceStateCommand Class

Represents a command for modification invoice state.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsUpdateInvoiceStateCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class UpdateInvoiceStateCommand : CommandRequest

The UpdateInvoiceStateCommand type exposes the following members.

Properties
 NameDescription
Public propertyComment Gets or sets a comment (optional).
Public propertyInvoiceId Gets or sets an invoice id.
Public propertyState Gets or sets a required state.
Public propertyTimestamp Gets or sets a required timestamp (optional).
Top
See Also