Name | Description | Type | Additional information |
---|---|---|---|
InvoiceType |
Invoice type (Tuition fee, miscellaneous fee, etc) |
string |
Required |
InvoiceNumber |
Invoice number |
string |
Required |
StudentId |
Unique RTO student identifier |
string |
Required |
CourseId |
Unique course code that student enrolled and is studying. Use this field to do filter by course. |
string |
Required |
CourseAttempt |
Attempt of student course enrolled and studied |
integer |
Required |
DueDate |
Payment due date |
date |
Required Data type: Date |
Fees |
Amount fee/charge shown in the invoice |
decimal number |
Required Data type: Currency |
AmountPaid |
Amount that was already paid |
decimal number |
Required Data type: Currency |
AmountRefunded |
Amount that has been refunded |
decimal number |
Required Data type: Currency |
BalanceDue |
The outstanding balance to pay |
decimal number |
Required Data type: Currency |
CurrencyCode |
Display currency code |
string |
Required |