 | AutoPayTopUpAmountPartialEntityAutoPayTopUpAmountId Property |
Gets or sets the automatic pay top up amount identifier.
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<int> AutoPayTopUpAmountId { get; set; }
Public Property AutoPayTopUpAmountId As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
The automatic pay top up amount identifier.
See Also