Click or drag to resize

CustomerBalancePartialEntity Class

Represents a customer balance.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CustomerCustomerBalancePartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CustomerBalancePartialEntity : IntegrationEntity, 
	IPartialEntity

The CustomerBalancePartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyARAccountCode
Gets or sets the ar account code.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyGUID
Gets or sets the unique identifier.
Public propertyLedgerBalance
Gets or sets the ledger balance.
Public propertyOutstandingAmount
Gets or sets the outstanding amount.
Public propertyUnallocatedAmount
Gets or sets the unallocated amount.
Public propertyUnconfirmedBalance
Gets or sets the unconfirmed balance.
Top
See Also