Skip to content

Commit

Permalink
Merge pull request #175 from avadev/22.7.0
Browse files Browse the repository at this point in the history
Update for 22.7.0
  • Loading branch information
svc-developer authored Jul 29, 2022
2 parents 267e4f9 + 3f715a4 commit 9460dcc
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 365 deletions.
25 changes: 25 additions & 0 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,31 @@ class UserDefinedFieldType

}

/**
* Swagger Name: AvaTaxClient
*
*/
class POABusinessUnit
{ const C_RETURNS = 0;
const C_LODGING = 1;
const C_TELECOM = 2;

}

/**
* Swagger Name: AvaTaxClient
*
*/
class POASubscriptionType
{ const C_MRS = 0;
const C_AVACOMMS = 1;
const C_AVAHOSPITALITY = 2;
const C_AVALODGING = 3;
const C_MRSCOMPLIANCEMANAGER = 4;
const C_AMRA = 5;

}

/**
* Swagger Name: AvaTaxClient
*
Expand Down
Loading

0 comments on commit 9460dcc

Please sign in to comment.