 | 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)
Syntaxpublic Nullable<int> OverdueBucketId { get; set; }
Public Property OverdueBucketId As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
The invoice overdue bucket id (standard is 0-30, 30-60 or 60-90 days overdue)
See Also