@pmcretail/mapper-library 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4976,7 +4976,7 @@
4976
4976
  (/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.CashierID = (/** @type {?} */ (this)).cashierId;
4977
4977
  (/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.CompanyID = (/** @type {?} */ (this)).companyId;
4978
4978
  (/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.StoreID = (/** @type {?} */ (this)).transactionDocument.storeId;
4979
- (/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.BranchID = (/** @type {?} */ (this)).transactionDocument.storeId;
4979
+ (/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.BranchID = (/** @type {?} */ (this)).branchId;
4980
4980
  (/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.TerminalNumber = (/** @type {?} */ (this)).terminalNumber;
4981
4981
  (/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.TransactionNumber = (/** @type {?} */ (this)).transactionNumber;
4982
4982
  (/** @type {?} */ (this)).rjObject['Header'].TaxMethodID = (/** @type {?} */ (this)).taxMethodId;
@@ -5727,6 +5727,22 @@
5727
5727
  (/** @type {?} */ (this)).basketCurrencyId = value;
5728
5728
  return (/** @type {?} */ (this));
5729
5729
  };
5730
+ /**
5731
+ * @template THIS
5732
+ * @this {THIS}
5733
+ * @param {?} value
5734
+ * @return {THIS}
5735
+ */
5736
+ RJMapperBuilderClass.prototype.setBranchID = /**
5737
+ * @template THIS
5738
+ * @this {THIS}
5739
+ * @param {?} value
5740
+ * @return {THIS}
5741
+ */
5742
+ function (value) {
5743
+ (/** @type {?} */ (this)).branchId = value;
5744
+ return (/** @type {?} */ (this));
5745
+ };
5730
5746
  /**
5731
5747
  * @param {?} date
5732
5748
  * @return {?}
@@ -6131,6 +6147,11 @@
6131
6147
  * @private
6132
6148
  */
6133
6149
  RJMapperBuilderClass.prototype.largestNumber;
6150
+ /**
6151
+ * @type {?}
6152
+ * @private
6153
+ */
6154
+ RJMapperBuilderClass.prototype.branchId;
6134
6155
  /**
6135
6156
  * @type {?}
6136
6157
  * @private