Click or drag to resize

InvoiceSearchResultDetailLineEntityOverdueBucketId Property

Gets or sets the invoice overdue bucket id. The corresponding enum for this is on the portal

Namespace:  AMCS.Elemos.IntegrationService.Entity.Invoice
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> OverdueBucketId { get; set; }

Property Value

Type: NullableInt32
The invoice overdue bucket id (standard is 0-30, 30-60 or 60-90 days overdue)
See Also