Created
June 20, 2024 21:04
-
-
Save amponce/cc88bd78d5dcefe563835e44d0659491 to your computer and use it in GitHub Desktop.
Transaction details
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"debtDetails": { | |
"type": "Post-9/11 GI Bill debt for books and supplies", | |
"status": "fully paid off", | |
"currentBalance": "$0.00", | |
"originalOverpayment": "$200.00", | |
"totalPaid": "$230.00", | |
"totalFeesInterest": "$30.00", | |
"lastPaymentDate": "June 8, 2020", | |
"nextPaymentDue": "N/A" | |
}, | |
"transactions": [ | |
{ | |
"transactionCode": "04Q" | |
"date": "June 8, 2020", | |
"description": "Partial payment of $40.00", | |
"amount": "-$40.00" | |
}, | |
{ | |
"transactionCode": "04Q" | |
"date": "May 8, 2020", | |
"description": "Partial payment of $100.00", | |
"amount": "-$100.00" | |
}, | |
{ | |
"transactionCode": "04Q" | |
"date": "April 8, 2020", | |
"description": "Partial payment of $50.00", | |
"amount": "-$50.00" | |
}, | |
{ | |
"transactionCode": "04Q" | |
"date": "March 8, 2020", | |
"description": "Partial payment of $20.00", | |
"amount": "-$20.00" | |
}, | |
{ | |
"transactionCode": "08Q" | |
"date": "February 8, 2020", | |
"description": "Late fee", | |
"amount": "$15.00", | |
"details": "Interest and administration costs were charged because of a previously unpaid bill." | |
}, | |
{ | |
"transactionCode": "04Q" | |
"date": "January 8, 2020", | |
"description": "Partial payment of $20.00", | |
"amount": "-$20.00" | |
}, | |
{ | |
"transactionCode": "08Q" | |
"date": "December 8, 2020", | |
"description": "Late fee", | |
"amount": "$15.00", | |
"details": "Interest and administration costs were charged because of a previously unpaid bill." | |
}, | |
{ | |
"transactionCode": "08Q" | |
"date": "November 8, 2020", | |
"description": "Overpayment for Post-9/11 GI Bill debt for books and supplies", | |
"amount": "$200.00" | |
} | |
] | |
} |
Author
amponce
commented
Jun 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment