C# Класс Banking.AU.Westpac.QuickSuper.ContributionRecord

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ContributionPeriodEndDate System.DateTime
ContributionPeriodStartDate System.DateTime
DateOfBirth System.DateTime
EmploymentEndDate DateTime?
EmploymentStartDate DateTime?
YourFileDate DateTime?

Описание свойств

ContributionPeriodEndDate публичное свойство

The end date of the contribution period. It must be later than the Contribution Period Start Date value and in a range no later than 6 months in the future. Mandatory.
public DateTime,System ContributionPeriodEndDate
Результат System.DateTime

ContributionPeriodStartDate публичное свойство

The start date of the contribution period. It must be earlier than the Contribution Period End Date value and in a range no earlier than 2 years in the past. Mandatory.
public DateTime,System ContributionPeriodStartDate
Результат System.DateTime

DateOfBirth публичное свойство

Mandatory.
public DateTime,System DateOfBirth
Результат System.DateTime

EmploymentEndDate публичное свойство

The date the employee’s employment ended with your company. You can provide this if the fund requests you to provide this information to them. Optional.
public DateTime? EmploymentEndDate
Результат DateTime?

EmploymentStartDate публичное свойство

The date the employee’s employment started with your company. You can provide this if the fund requests you to provide this information to them. Optional.
public DateTime? EmploymentStartDate
Результат DateTime?

YourFileDate публичное свойство

This field is most relevant if you pay for contributions using direct debit. If a future date is provided, QuickSuper will not process the debit until the specified date. QuickSuper will reject any contribution files dated earlier than the previous banking day or more than 14 days in the future. If no value is provided, QuickSuper will process the debit on the current day if it is a banking day and before cut-off. Otherwise, the debit will be processed on the next banking day. Note: This value must be the same for every contribution detail record in the file Optional.
public DateTime? YourFileDate
Результат DateTime?