-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.json
More file actions
49 lines (49 loc) · 1.52 KB
/
sample.json
File metadata and controls
49 lines (49 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"companyLogo": "https://ui-avatars.com/api/?background=0D8ABC&color=fff&name=Tech+Solutions+Inc.&rounded=true&size=16",
"invoiceNumber": "INV-2025-001",
"invoiceDate": "2025-01-05",
"dueDate": "2025-02-04",
"vendorInfo": {
"name": "Tech Solutions Inc.",
"streetAddress": "123 Business Avenue",
"cityStateZip": "San Francisco, CA 94105",
"email": "billing@techsolutions.com"
},
"customerInfo": {
"name": "Client Corporation",
"streetAddress": "456 Enterprise Road",
"cityStateZip": "New York, NY 10001",
"email": "accounts@clientcorp.com"
},
"paymentMethods": [
{
"rail": "ACH",
"details": [
{
"name": "Bank Name",
"value": "First National Bank"
},
{
"name": "Account Number",
"value": "****4567"
},
{
"name": "Routing Number",
"value": "021000021"
}
]
}
],
"items": [
{
"description": "Software Development Services - January 2025",
"price": "5000.00"
},
{
"description": "Technical Consultation (20 hours)",
"price": "3000.00"
}
],
"total": "8000.00",
"observations": "1. All payments are due within 30 days of invoice date.\n2. Please include invoice number in payment reference.\n3. For technical support related to delivered services, please contact support@techsolutions.com\n4. Development work was completed according to agreed specifications and timeline.\n5. Additional consultation hours available upon request."
}