| DurationItemsIsPaid Property |  | 
                Returns true if this break/meal is paid.
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool IsPaid { get; set; }function get_IsPaid();
function set_IsPaid(value);
Property Value
Boolean Remarks
Remarks
                Returns true if this break/meal is paid.
                
 Example
Exampletrue/false
 See Also
See Also