C# Class Banking.AU.Westpac.QuickSuper.ContributionRecord

Afficher le fichier Open project: stuarta0/banking-au Class Usage Examples

Méthodes publiques

Свойство Type Description
ContributionPeriodEndDate System.DateTime
ContributionPeriodStartDate System.DateTime
DateOfBirth System.DateTime
EmploymentEndDate DateTime?
EmploymentStartDate DateTime?
YourFileDate DateTime?

Property Details

ContributionPeriodEndDate public_oe property

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
Résultat System.DateTime

ContributionPeriodStartDate public_oe property

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
Résultat System.DateTime

DateOfBirth public_oe property

Mandatory.
public DateTime,System DateOfBirth
Résultat System.DateTime

EmploymentEndDate public_oe property

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
Résultat DateTime?

EmploymentStartDate public_oe property

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
Résultat DateTime?

YourFileDate public_oe property

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
Résultat DateTime?