Click or drag to resize

CustomerAutoPayMinBalancePartialEntity Class

Customer Auto Pay Min Balance Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.AutoPayCustomerAutoPayMinBalancePartialEntity

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 CustomerAutoPayMinBalancePartialEntity : IntegrationEntity

The CustomerAutoPayMinBalancePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCustomerAutoPayMinBalancePartialEntity
Initializes a new instance of the CustomerAutoPayMinBalancePartialEntity class.
Public methodCustomerAutoPayMinBalancePartialEntity(Object)
Initializes a new instance of the CustomerAutoPayMinBalancePartialEntity class.
Top
Properties
  NameDescription
Public propertyContactId
Gets or sets the contact identifier.
Public propertyCreateMinimumBalance
Gets or sets a value indicating whether [create minimum balance].
Public propertyCreditCardVaultId
Gets or sets the credit card vault identifier.
Public propertyCustomerAutoPayMinBalanceId
Gets or sets the customer automatic pay minimum balance identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyIsDeleted
Gets or sets a value indicating whether [is deleted].
Public propertyIsValidationDisabled
Gets or sets a value indicating whether [is validation disabled].
Public propertyTopUpIncrementAmount
Gets or sets the top up increment amount.
Public propertyTriggeredWhenBalanceBelowAmount
Gets or sets the triggered when balance below amount.
Top
See Also