Click or drag to resize

PostPaymentCommand Class

Represents a command to set payment state as Posted.
Inheritance Hierarchy

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

The PostPaymentCommand type exposes the following members.

Properties
  NameDescription
Public propertyPaymentId
Gets or sets an payment id.
Public propertyTimestamp
Gets or sets a timestamp (optional).
Top
See Also