{ "@context": { "@vocab": "https://schema.org/", "tratta": "https://tratta.io/vocab/", "fibo": "https://spec.edmcouncil.org/fibo/ontology/", "Customer": "schema:Person", "DebtAccount": "tratta:DebtAccount", "PaymentPlan": "tratta:PaymentPlan", "PaymentMethod": "schema:PaymentMethod", "Charge": "schema:Invoice", "Transaction": "schema:MonetaryTransaction", "Webhook": "tratta:Webhook", "CustomerSession": "tratta:CustomerSession", "Ticket": "tratta:SupportTicket", "id": "@id", "first_name": "schema:givenName", "last_name": "schema:familyName", "email": "schema:email", "phone": "schema:telephone", "customer_id": "tratta:customer", "debt_account_id": "tratta:debtAccount", "original_balance": "tratta:originalBalance", "current_balance": "tratta:currentBalance", "total_amount": "schema:totalPaymentDue", "installment_amount": "tratta:installmentAmount", "frequency": "tratta:paymentFrequency", "status": "schema:orderStatus", "payment_source": "tratta:paymentSource", "start_date": "schema:startDate", "next_payment_date": "tratta:nextPaymentDate", "amount": "schema:amount", "type": "schema:additionalType", "last_four": "tratta:lastFourDigits", "brand": "schema:brand", "url": "schema:url", "events": "tratta:webhookEvents", "magic_link": "tratta:magicLink", "expires_at": "schema:expires", "created_at": "schema:dateCreated", "updated_at": "schema:dateModified" } }