 | CustomerAutoPayMinBalancePartialEntityTriggeredWhenBalanceBelowAmount Property |
Gets or sets the triggered when balance below amount.
Namespace:
AMCS.Elemos.IntegrationService.Entity.AutoPay
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> TriggeredWhenBalanceBelowAmount { get; set; }
Public Property TriggeredWhenBalanceBelowAmount As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
The triggered when balance below amount.
See Also