@vendasta/billing 12.12.0 → 12.13.0
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.
- package/esm2020/lib/_internal/interfaces/retail-customer-configuration.interface.mjs +1 -1
- package/esm2020/lib/_internal/objects/retail-customer-configuration.mjs +4 -1
- package/fesm2015/vendasta-billing.mjs +3 -0
- package/fesm2015/vendasta-billing.mjs.map +1 -1
- package/fesm2020/vendasta-billing.mjs +3 -0
- package/fesm2020/vendasta-billing.mjs.map +1 -1
- package/lib/_internal/interfaces/retail-customer-configuration.interface.d.ts +1 -0
- package/lib/_internal/objects/retail-customer-configuration.d.ts +1 -0
- package/package.json +1 -1
|
@@ -12574,6 +12574,9 @@ class UpsertRetailCustomerConfigurationRequest {
|
|
|
12574
12574
|
if (typeof this.memo !== 'undefined') {
|
|
12575
12575
|
toReturn['memo'] = this.memo;
|
|
12576
12576
|
}
|
|
12577
|
+
if (typeof this.additionalContactIds !== 'undefined') {
|
|
12578
|
+
toReturn['additionalContactIds'] = this.additionalContactIds;
|
|
12579
|
+
}
|
|
12577
12580
|
return toReturn;
|
|
12578
12581
|
}
|
|
12579
12582
|
}
|