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 public bool IsPaid { get; set; }
function get_IsPaid();
function set_IsPaid(value);
Property Value
BooleanRemarks
Returns true if this break/meal is paid.
Example true/false
See Also