@paynow-gg/typescript-sdk 1.0.51 → 1.0.52
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.
|
@@ -5136,14 +5136,23 @@ export interface components {
|
|
|
5136
5136
|
tax_jurisdictions: components["schemas"]["SalesTaxJurisdictionDto"][];
|
|
5137
5137
|
/** @description IP address of the customer at the time of subscription. */
|
|
5138
5138
|
customer_ip?: null | string;
|
|
5139
|
-
/**
|
|
5139
|
+
/**
|
|
5140
|
+
* @deprecated
|
|
5141
|
+
* @description Indicates whether this subscription is a gift.
|
|
5142
|
+
*/
|
|
5140
5143
|
gift: boolean;
|
|
5141
5144
|
gift_to_customer?: components["schemas"]["CustomerDto"];
|
|
5142
5145
|
product_id: components["schemas"]["FlakeId"];
|
|
5143
5146
|
product_version_id: components["schemas"]["FlakeId"];
|
|
5144
|
-
/**
|
|
5147
|
+
/**
|
|
5148
|
+
* @deprecated
|
|
5149
|
+
* @description Name of the product associated with this subscription.
|
|
5150
|
+
*/
|
|
5145
5151
|
product_name: string;
|
|
5146
|
-
/**
|
|
5152
|
+
/**
|
|
5153
|
+
* @deprecated
|
|
5154
|
+
* @description URL for the product image.
|
|
5155
|
+
*/
|
|
5147
5156
|
product_image_url?: null | string;
|
|
5148
5157
|
/**
|
|
5149
5158
|
* Format: int32
|
|
@@ -5153,14 +5162,21 @@ export interface components {
|
|
|
5153
5162
|
interval_scale: components["schemas"]["ProductSubscriptionIntervalScale"];
|
|
5154
5163
|
/** @description Currency code used for billing this subscription. */
|
|
5155
5164
|
currency: string;
|
|
5156
|
-
/**
|
|
5165
|
+
/**
|
|
5166
|
+
* @deprecated
|
|
5167
|
+
* @description Indicates whether tax is included in the base price itself.
|
|
5168
|
+
*/
|
|
5157
5169
|
tax_inclusive: boolean;
|
|
5158
5170
|
/**
|
|
5159
5171
|
* Format: int64
|
|
5172
|
+
* @deprecated
|
|
5160
5173
|
* @description Base price of the subscription in smallest currency units (e.g., cents).
|
|
5161
5174
|
*/
|
|
5162
5175
|
price: number;
|
|
5163
|
-
/**
|
|
5176
|
+
/**
|
|
5177
|
+
* @deprecated
|
|
5178
|
+
* @description Formatted string representation of the price.
|
|
5179
|
+
*/
|
|
5164
5180
|
price_str: string;
|
|
5165
5181
|
/**
|
|
5166
5182
|
* Format: int64
|
|
@@ -5292,7 +5308,10 @@ export interface components {
|
|
|
5292
5308
|
readonly initial_presentment_total_amount_str?: null | string;
|
|
5293
5309
|
/** @description The foreign exchange rate applied (if presentment currency differs from settlement currency). */
|
|
5294
5310
|
fx_rate?: null | string;
|
|
5295
|
-
/**
|
|
5311
|
+
/**
|
|
5312
|
+
* @deprecated
|
|
5313
|
+
* @description Identifier for the pricing region associated with this subscription.
|
|
5314
|
+
*/
|
|
5296
5315
|
pricing_region_id?: null | string;
|
|
5297
5316
|
/**
|
|
5298
5317
|
* Format: date-time
|