Last active
July 30, 2020 11:32
-
-
Save tayzlor/3ecd16ce7eb8a0af4adc9b3a291fb3f1 to your computer and use it in GitHub Desktop.
Avenues JSON
This file contains hidden or 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
| { | |
| "items": [{ | |
| "application": "00002bbe-0802-4b47-97d8-dd7c0c3f5ea2", | |
| "application_status": "ACTIVATED", | |
| "email": "testuser@email.com", | |
| "activated_at": 1596184655, | |
| "cancel_at": 1596184655, | |
| "financed_amount": 3246, | |
| "financed_apr": 14.9, | |
| "financed_term_months": 12, | |
| "monthly_repayment_amount": 2594, | |
| "balance_outstanding_amount": 2594, | |
| "current_period_start": 1596184655, | |
| "current_period_end": 1596184655, | |
| "current_period": 2, | |
| "status": "active", | |
| "last_payment_date": 1596184655, | |
| "last_payment_type": "Direct Debit", | |
| "financed_interest_amount": 45, | |
| "document_url": "https://duologi.net/loanDoc.pdf" | |
| }, | |
| { | |
| "application": "00002bbe-0802-4b47-97d8-dd7c0c3f5ea2", | |
| "application_status": "ACTIVATED", | |
| "email": "testuser@email.com", | |
| "activated_at": 1596184655, | |
| "cancel_at": 1596184655, | |
| "financed_amount": 3246, | |
| "financed_apr": 14.9, | |
| "financed_term_months": 12, | |
| "monthly_repayment_amount": 2594, | |
| "balance_outstanding_amount": 2594, | |
| "current_period_start": 1596184655, | |
| "current_period_end": 1596184655, | |
| "current_period": 2, | |
| "status": "active", | |
| "last_payment_date": 1596184655, | |
| "last_payment_type": "Direct Debit", | |
| "financed_interest_amount": 45, | |
| "document_url": "https://duologi.net/loanDoc.pdf" | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment