taxrule object

Tax rule objects have properties of how taxation is calculated.

{
  	/* set by upodi */
  "id": "guid",
  "fullname": "string",
    /* country of customer, or  * for all */
  "country": "string",
    /* state of customer, or  * for all */
  "state": "string",
    /* business, consumer or * for all */
  "ruletype": "string",
  "priority" : "integer",
  "taxpct" : "decimal",
    /* set by upodi */
  "createdby": "guid",
    /* set by upodi */
  "modifiedby": "guid",
    /* set by upodi */
  "createddate": "datetime",
    /* set by upodi */
  "modifieddate": "datetime",
}