Click or drag to resize

PaymentItemAmtUsed Property

Amount taken from credit (auto-calculated), or amount applied to invoice (entered by user). Cannot be negative; zero is allowed only for credit records.

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MoneyValue AmtUsed { get; set; }

Property Value

Type: MoneyValue
See Also