Click or drag to resize

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)
Syntax
public IList<AutoPayTopUpAmountPartialEntity> AutoPayTopUpAmounts { get; set; }

Property Value

Type: IListAutoPayTopUpAmountPartialEntity
The automatic pay top up amounts.
See Also