Johnwickdev / Hightable

0 stars 0 forks source link

Sample json #80

Open Johnwickdev opened 2 months ago

Johnwickdev commented 2 months ago

{ "ID": "12345", "CHECKSUM": "A1B2C3D4", "DATE": "2024-08-21", "VERSION": "v1", "LAYOUTNAME": "credit_card", "document": { "CustomerName": "John Doe", "CardNumber": "4111111111111111", "CardType": "Visa", "CreditLimit": "100000", "AvailableCredit": "75000", "InterestRate": "12.5%", "BillingCycle": "Monthly", "DueDate": "2024-09-15", "LastPaymentDate": "2024-08-10", "LastPaymentAmount": "5000", "OutstandingBalance": "25000", "RewardsPoints": "1500", "CashbackEarned": "500", "AnnualFee": "1200", "OverlimitFee": "500", "LatePaymentFee": "700", "PenaltyInterestRate": "20%", "GracePeriod": "25 days", "MinimumPaymentDue": "3000", "StatementBalance": "28000" } }