Class TaxCategorySyncStatistics


  • public final class TaxCategorySyncStatistics
    extends BaseSyncStatistics
    Tax category sync statistics. Keeps track of processed, created, updated and failed states through whole sync process.
    • Constructor Detail

      • TaxCategorySyncStatistics

        public TaxCategorySyncStatistics()
    • Method Detail

      • getReportMessage

        public java.lang.String getReportMessage()
        Builds a summary of the tax category sync statistics instance that looks like the following example:

        "Summary: 2 tax categories were processed in total (0 created, 0 updated and 0 failed to sync)."

        Specified by:
        getReportMessage in class BaseSyncStatistics
        Returns:
        a summary message of the tax category sync statistics instance.