@mediahub-bg/ott-objects 0.5.56 → 0.5.58
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/package.json +1 -1
- package/web/types.ts +4 -0
package/package.json
CHANGED
package/web/types.ts
CHANGED
|
@@ -286,6 +286,10 @@ export interface CustomerInfo extends CustomBillingFields {
|
|
|
286
286
|
sameAddress?: boolean;
|
|
287
287
|
billingAddress?: InClientAddress;
|
|
288
288
|
subscription?: CustomerInfoSub;
|
|
289
|
+
/**
|
|
290
|
+
* PlayTV billing stupidity, this field should NOT be here
|
|
291
|
+
*/
|
|
292
|
+
automaticPayment?: boolean;
|
|
289
293
|
}
|
|
290
294
|
export interface InAddon {
|
|
291
295
|
id: string;
|