Click or drag to resize

CustomerAutoPayPartialEntity Class

Customer Auto Pay Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.AutoPayCustomerAutoPayPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.AutoPay
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CustomerAutoPayPartialEntity : IntegrationEntity

The CustomerAutoPayPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCustomerAutoPayPartialEntity
Initializes a new instance of the CustomerAutoPayPartialEntity class
Top
Properties
  NameDescription
Public propertyCustomerAutoPayInterval
Gets or sets the customer automatic pay interval.
Public propertyCustomerAutoPayMinBalance
Gets or sets the customer automatic pay minimum balance.
Public propertyTriggeredWhenBalanceBelowAmount
Gets or sets the triggered when balance below amount.
Top
See Also