Tax

struct Tax {
  uint256 amount;
  uint256 countryCode;
  uint256 regionCode;
}

Last updated