 | InitiateAutoPayResultEntityAutoPayIntervals Property |
Gets or sets the automatic pay intervals.
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<AutoPayIntervalPartialEntity> AutoPayIntervals { get; set; }
Public Property AutoPayIntervals As IList(Of AutoPayIntervalPartialEntity)
Get
Set
Property Value
Type:
IListAutoPayIntervalPartialEntity
The automatic pay intervals.
See Also