Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 30, 2024 15:44
Show Gist options
  • Save bjoerntx/e94d1b9f5a55912c98ab4f2b12a34ea1 to your computer and use it in GitHub Desktop.
Save bjoerntx/e94d1b9f5a55912c98ab4f2b12a34ea1 to your computer and use it in GitHub Desktop.
[
{
"business": {
"dba": {
"name": "My Business",
"street": "123 Main St",
"city": "Anytown",
"state": "North Carolina",
"zip": "12345",
"phone": "555-555-5555",
"contact": "John Doe",
"email": "",
"website": ""
},
"legal": {
"name": "My Business",
"street": "123 Main St",
"city": "Anytown",
"state": "North Carolina",
"zip": "12345",
"phone": "555-555-5555",
"contact": "John Doe",
"email": "",
"website": ""
}
},
"merchant": {
"ticker": "123456",
"ownership": "Corporation",
"goods": "Retail",
"sic": "1234",
"years": "5",
"taxid": "123-45-6789",
"type_retail": true,
"signer": "John Doe",
"sales": {
"swiped": "80",
"keyed": "10",
"internet": "5",
"order": "5"
},
"acceptno": true
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment