You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We say "referenced by the Price" regardless of how a price itself is referenced, it colloquially makes sense to say "paying the same price for the same thing". In practice this should be derived from what's printed on the invoice line-item.
11621
11685
*/
11622
11686
key: string
11687
+
/**
11688
+
* Currency
11689
+
* @description The materialized currency of the item's rate card. Present for priced items.
'The billing anchor of the subscription. The provided date will be normalized according to the billing cadence to the nearest recurrence before start time. If not provided, the subscription start time will be used.',
14476
14478
),
14479
+
costBasisMode: zod
14480
+
.enum(['dynamic', 'pinned'])
14481
+
.describe(
14482
+
'Controls how custom-currency cost bases are selected for the subscription.',
'The billing anchor of the subscription. The provided date will be normalized according to the billing cadence to the nearest recurrence before start time. If not provided, the subscription start time will be used.',
14567
14578
),
14579
+
costBasisMode: zod
14580
+
.enum(['dynamic', 'pinned'])
14581
+
.describe(
14582
+
'Controls how custom-currency cost bases are selected for the subscription.',
'The billing anchor of the subscription. The provided date will be normalized according to the billing cadence to the nearest recurrence before start time. If not provided, the previous subscription billing anchor will be used.',
17170
17192
),
17193
+
costBasisMode: zod
17194
+
.enum(['dynamic', 'pinned'])
17195
+
.describe(
17196
+
'Controls how custom-currency cost bases are selected for the subscription.',
'The billing anchor of the subscription. The provided date will be normalized according to the billing cadence to the nearest recurrence before start time. If not provided, the previous subscription billing anchor will be used.',
17247
17278
),
17279
+
costBasisMode: zod
17280
+
.enum(['dynamic', 'pinned'])
17281
+
.describe(
17282
+
'Controls how custom-currency cost bases are selected for the subscription.',
0 commit comments