Skip to content

Commit

Permalink
Merge pull request #169 from avadev/22.5.0
Browse files Browse the repository at this point in the history
Update for 22.5.0
  • Loading branch information
svc-developer authored May 26, 2022
2 parents eaf05be + 0431b90 commit 4674790
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 541 deletions.
94 changes: 53 additions & 41 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,47 +67,6 @@ class CertificatePreviewType

}

/**
* Swagger Name: AvaTaxClient
*
*/
class FilingFrequencyId
{ const C_MONTHLY = 1;
const C_QUARTERLY = 2;
const C_SEMIANNUALLY = 3;
const C_ANNUALLY = 4;
const C_BIMONTHLY = 5;
const C_OCCASIONAL = 6;
const C_INVERSEQUARTERLY = 7;
const C_WEEKLY = 8;

}

/**
* Swagger Name: AvaTaxClient
*
*/
class FilingStatusId
{ const C_PENDINGAPPROVAL = 0;
const C_DIRTY = 1;
const C_APPROVEDTOFILE = 2;
const C_PENDINGFILING = 3;
const C_PENDINGFILINGONBEHALF = 4;
const C_FILED = 5;
const C_FILEDONBEHALF = 6;
const C_RETURNACCEPTED = 7;
const C_RETURNACCEPTEDONBEHALF = 8;
const C_PAYMENTREMITTED = 9;
const C_VOIDED = 10;
const C_PENDINGRETURN = 11;
const C_PENDINGRETURNONBEHALF = 12;
const C_DONOTFILE = 13;
const C_RETURNREJECTED = 14;
const C_RETURNREJECTEDONBEHALF = 15;
const C_APPROVEDTOFILEONBEHALF = 16;

}

/**
* Swagger Name: AvaTaxClient
*
Expand Down Expand Up @@ -505,6 +464,7 @@ class ErrorCodeId
const C_INVALIDNAMEFORUSERDEFINEDFIELD = 1732;
const C_INVALIDRESTRICTIONTYPE = 1733;
const C_INVALIDPARAMETER = 1734;
const C_INVALIDSYSTEMCODE = 1735;
const C_UNSUPPORTEDFILEFORMAT = 1800;
const C_UNSUPPORTEDOUTPUTFILETYPE = 1801;
const C_TAXPROFILENOTPROVIDED = 1900;
Expand Down Expand Up @@ -1112,6 +1072,22 @@ class AvataxDeleteErrorTransactionStatus

}

/**
* Swagger Name: AvaTaxClient
*
*/
class FilingFrequencyId
{ const C_MONTHLY = 1;
const C_QUARTERLY = 2;
const C_SEMIANNUALLY = 3;
const C_ANNUALLY = 4;
const C_BIMONTHLY = 5;
const C_OCCASIONAL = 6;
const C_INVERSEQUARTERLY = 7;
const C_WEEKLY = 8;

}

/**
* Swagger Name: AvaTaxClient
*
Expand Down Expand Up @@ -1155,6 +1131,32 @@ class FilingRequestStatus

}

/**
* Swagger Name: AvaTaxClient
*
*/
class FilingStatusId
{ const C_PENDINGAPPROVAL = 0;
const C_DIRTY = 1;
const C_APPROVEDTOFILE = 2;
const C_PENDINGFILING = 3;
const C_PENDINGFILINGONBEHALF = 4;
const C_FILED = 5;
const C_FILEDONBEHALF = 6;
const C_RETURNACCEPTED = 7;
const C_RETURNACCEPTEDONBEHALF = 8;
const C_PAYMENTREMITTED = 9;
const C_VOIDED = 10;
const C_PENDINGRETURN = 11;
const C_PENDINGRETURNONBEHALF = 12;
const C_DONOTFILE = 13;
const C_RETURNREJECTED = 14;
const C_RETURNREJECTEDONBEHALF = 15;
const C_APPROVEDTOFILEONBEHALF = 16;
const C_FILEDBYCUSTOMER = 17;

}

/**
* Swagger Name: AvaTaxClient
*
Expand Down Expand Up @@ -1396,6 +1398,16 @@ class ReportDocType

}

/**
* Swagger Name: AvaTaxClient
*
*/
class ReportSource
{ const C_SNOWFLAKE = 0;
const C_MONGODB = 1;

}

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

0 comments on commit 4674790

Please sign in to comment.