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

Datei anzeigen Open project: stuarta0/banking-au Class Usage Examples

Public Properties

Property 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
return 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
return System.DateTime

DateOfBirth public_oe property

Mandatory.
public DateTime,System DateOfBirth
return 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
return 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
return 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
return DateTime?