tax_service.json 168 B

123456789
  1. {
  2. "tax_service": {
  3. "name": "My Tax Service",
  4. "url": "https://mytaxservice.com",
  5. "id": 123456,
  6. "default_tax_code": "TX123",
  7. "active": "true"
  8. }
  9. }