 | InitiateAutoPayResultEntityAutoPayTopUpAmounts Property |
Gets or sets the automatic pay top up amounts.
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 IList<AutoPayTopUpAmountPartialEntity> AutoPayTopUpAmounts { get; set; }
Public Property AutoPayTopUpAmounts As IList(Of AutoPayTopUpAmountPartialEntity)
Get
Set
Property Value
Type:
IListAutoPayTopUpAmountPartialEntity
The automatic pay top up amounts.
See Also