Click or drag to resize

InitiateAutoPayResultEntityDaysOfWeek Property

Gets or sets the days of week.

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<DayOfWeekPartialEntity> DaysOfWeek { get; set; }

Property Value

Type: IListDayOfWeekPartialEntity
The days of week.
See Also