@humanlayer/pulumi-stripe 0.1.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.
Files changed (86) hide show
  1. package/README.md +4 -0
  2. package/bin/billingMeter.d.ts +130 -0
  3. package/bin/billingMeter.js +72 -0
  4. package/bin/billingMeter.js.map +1 -0
  5. package/bin/config/index.d.ts +1 -0
  6. package/bin/config/index.js +21 -0
  7. package/bin/config/index.js.map +1 -0
  8. package/bin/config/vars.d.ts +4 -0
  9. package/bin/config/vars.js +13 -0
  10. package/bin/config/vars.js.map +1 -0
  11. package/bin/coupon.d.ts +203 -0
  12. package/bin/coupon.js +77 -0
  13. package/bin/coupon.js.map +1 -0
  14. package/bin/customer.d.ts +248 -0
  15. package/bin/customer.js +93 -0
  16. package/bin/customer.js.map +1 -0
  17. package/bin/entitlementsFeature.d.ts +86 -0
  18. package/bin/entitlementsFeature.js +58 -0
  19. package/bin/entitlementsFeature.js.map +1 -0
  20. package/bin/getBillingMeter.d.ts +26 -0
  21. package/bin/getBillingMeter.js +25 -0
  22. package/bin/getBillingMeter.js.map +1 -0
  23. package/bin/index.d.ts +64 -0
  24. package/bin/index.js +145 -0
  25. package/bin/index.js.map +1 -0
  26. package/bin/price.d.ts +232 -0
  27. package/bin/price.js +82 -0
  28. package/bin/price.js.map +1 -0
  29. package/bin/product.d.ts +212 -0
  30. package/bin/product.js +75 -0
  31. package/bin/product.js.map +1 -0
  32. package/bin/promotionCode.d.ts +160 -0
  33. package/bin/promotionCode.js +70 -0
  34. package/bin/promotionCode.js.map +1 -0
  35. package/bin/provider.d.ts +49 -0
  36. package/bin/provider.js +55 -0
  37. package/bin/provider.js.map +1 -0
  38. package/bin/shippingRate.d.ts +136 -0
  39. package/bin/shippingRate.js +66 -0
  40. package/bin/shippingRate.js.map +1 -0
  41. package/bin/taxRate.d.ts +186 -0
  42. package/bin/taxRate.js +82 -0
  43. package/bin/taxRate.js.map +1 -0
  44. package/bin/types/index.d.ts +3 -0
  45. package/bin/types/index.js +11 -0
  46. package/bin/types/index.js.map +1 -0
  47. package/bin/types/input.d.ts +713 -0
  48. package/bin/types/input.js +5 -0
  49. package/bin/types/input.js.map +1 -0
  50. package/bin/types/output.d.ts +712 -0
  51. package/bin/types/output.js +5 -0
  52. package/bin/types/output.js.map +1 -0
  53. package/bin/utilities.d.ts +4 -0
  54. package/bin/utilities.js +90 -0
  55. package/bin/utilities.js.map +1 -0
  56. package/bin/v2billingLicenseFee.d.ts +200 -0
  57. package/bin/v2billingLicenseFee.js +93 -0
  58. package/bin/v2billingLicenseFee.js.map +1 -0
  59. package/bin/v2billingLicensedItem.d.ts +90 -0
  60. package/bin/v2billingLicensedItem.js +58 -0
  61. package/bin/v2billingLicensedItem.js.map +1 -0
  62. package/bin/v2billingMeteredItem.d.ts +128 -0
  63. package/bin/v2billingMeteredItem.js +67 -0
  64. package/bin/v2billingMeteredItem.js.map +1 -0
  65. package/bin/v2billingPricingPlan.d.ts +138 -0
  66. package/bin/v2billingPricingPlan.js +74 -0
  67. package/bin/v2billingPricingPlan.js.map +1 -0
  68. package/bin/v2billingPricingPlanComponent.d.ts +144 -0
  69. package/bin/v2billingPricingPlanComponent.js +71 -0
  70. package/bin/v2billingPricingPlanComponent.js.map +1 -0
  71. package/bin/v2billingRateCard.d.ts +150 -0
  72. package/bin/v2billingRateCard.js +82 -0
  73. package/bin/v2billingRateCard.js.map +1 -0
  74. package/bin/v2billingRateCardRate.d.ts +132 -0
  75. package/bin/v2billingRateCardRate.js +69 -0
  76. package/bin/v2billingRateCardRate.js.map +1 -0
  77. package/bin/v2billingServiceAction.d.ts +98 -0
  78. package/bin/v2billingServiceAction.js +66 -0
  79. package/bin/v2billingServiceAction.js.map +1 -0
  80. package/bin/v2coreEventDestination.d.ts +172 -0
  81. package/bin/v2coreEventDestination.js +78 -0
  82. package/bin/v2coreEventDestination.js.map +1 -0
  83. package/bin/webhookEndpoint.d.ts +120 -0
  84. package/bin/webhookEndpoint.js +73 -0
  85. package/bin/webhookEndpoint.js.map +1 -0
  86. package/package.json +42 -0
@@ -0,0 +1,128 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class V2BillingMeteredItem extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing V2BillingMeteredItem resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: V2BillingMeteredItemState, opts?: pulumi.CustomResourceOptions): V2BillingMeteredItem;
15
+ /**
16
+ * Returns true if the given object is an instance of V2BillingMeteredItem. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is V2BillingMeteredItem;
20
+ /**
21
+ * Description that customers will see in the invoice line item. Maximum length of 250 characters.
22
+ */
23
+ readonly displayName: pulumi.Output<string>;
24
+ /**
25
+ * Optional array of Meter dimensions to group event dimension keys for invoice line items.
26
+ */
27
+ readonly invoicePresentationDimensions: pulumi.Output<string[] | undefined>;
28
+ /**
29
+ * An internal key you can use to search for a particular billable item. Must be unique among billable items. Maximum length of 200 characters.
30
+ */
31
+ readonly lookupKey: pulumi.Output<string>;
32
+ /**
33
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
34
+ */
35
+ readonly metadata: pulumi.Output<{
36
+ [key: string]: string;
37
+ }>;
38
+ /**
39
+ * ID of the Meter that measures usage for this Metered Item.
40
+ */
41
+ readonly meter: pulumi.Output<string>;
42
+ /**
43
+ * Optional array of Meter segments to filter event dimension keys for billing.
44
+ */
45
+ readonly meterSegmentConditions: pulumi.Output<outputs.V2BillingMeteredItemMeterSegmentCondition[] | undefined>;
46
+ /**
47
+ * The unit to use when displaying prices for this billable item in places like Checkout. For example, set this field to \"CPU-hour\" for Checkout to display \"(price) per CPU-hour\", or \"1 million events\" to display \"(price) per 1 million events\". Maximum length of 100 characters.
48
+ */
49
+ readonly unitLabel: pulumi.Output<string>;
50
+ /**
51
+ * Create a V2BillingMeteredItem resource with the given unique name, arguments, and options.
52
+ *
53
+ * @param name The _unique_ name of the resource.
54
+ * @param args The arguments to use to populate this resource's properties.
55
+ * @param opts A bag of options that control this resource's behavior.
56
+ */
57
+ constructor(name: string, args: V2BillingMeteredItemArgs, opts?: pulumi.CustomResourceOptions);
58
+ }
59
+ /**
60
+ * Input properties used for looking up and filtering V2BillingMeteredItem resources.
61
+ */
62
+ export interface V2BillingMeteredItemState {
63
+ /**
64
+ * Description that customers will see in the invoice line item. Maximum length of 250 characters.
65
+ */
66
+ displayName?: pulumi.Input<string>;
67
+ /**
68
+ * Optional array of Meter dimensions to group event dimension keys for invoice line items.
69
+ */
70
+ invoicePresentationDimensions?: pulumi.Input<pulumi.Input<string>[]>;
71
+ /**
72
+ * An internal key you can use to search for a particular billable item. Must be unique among billable items. Maximum length of 200 characters.
73
+ */
74
+ lookupKey?: pulumi.Input<string>;
75
+ /**
76
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
77
+ */
78
+ metadata?: pulumi.Input<{
79
+ [key: string]: pulumi.Input<string>;
80
+ }>;
81
+ /**
82
+ * ID of the Meter that measures usage for this Metered Item.
83
+ */
84
+ meter?: pulumi.Input<string>;
85
+ /**
86
+ * Optional array of Meter segments to filter event dimension keys for billing.
87
+ */
88
+ meterSegmentConditions?: pulumi.Input<pulumi.Input<inputs.V2BillingMeteredItemMeterSegmentCondition>[]>;
89
+ /**
90
+ * The unit to use when displaying prices for this billable item in places like Checkout. For example, set this field to \"CPU-hour\" for Checkout to display \"(price) per CPU-hour\", or \"1 million events\" to display \"(price) per 1 million events\". Maximum length of 100 characters.
91
+ */
92
+ unitLabel?: pulumi.Input<string>;
93
+ }
94
+ /**
95
+ * The set of arguments for constructing a V2BillingMeteredItem resource.
96
+ */
97
+ export interface V2BillingMeteredItemArgs {
98
+ /**
99
+ * Description that customers will see in the invoice line item. Maximum length of 250 characters.
100
+ */
101
+ displayName: pulumi.Input<string>;
102
+ /**
103
+ * Optional array of Meter dimensions to group event dimension keys for invoice line items.
104
+ */
105
+ invoicePresentationDimensions?: pulumi.Input<pulumi.Input<string>[]>;
106
+ /**
107
+ * An internal key you can use to search for a particular billable item. Must be unique among billable items. Maximum length of 200 characters.
108
+ */
109
+ lookupKey?: pulumi.Input<string>;
110
+ /**
111
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
112
+ */
113
+ metadata?: pulumi.Input<{
114
+ [key: string]: pulumi.Input<string>;
115
+ }>;
116
+ /**
117
+ * ID of the Meter that measures usage for this Metered Item.
118
+ */
119
+ meter: pulumi.Input<string>;
120
+ /**
121
+ * Optional array of Meter segments to filter event dimension keys for billing.
122
+ */
123
+ meterSegmentConditions?: pulumi.Input<pulumi.Input<inputs.V2BillingMeteredItemMeterSegmentCondition>[]>;
124
+ /**
125
+ * The unit to use when displaying prices for this billable item in places like Checkout. For example, set this field to \"CPU-hour\" for Checkout to display \"(price) per CPU-hour\", or \"1 million events\" to display \"(price) per 1 million events\". Maximum length of 100 characters.
126
+ */
127
+ unitLabel?: pulumi.Input<string>;
128
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.V2BillingMeteredItem = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class V2BillingMeteredItem extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing V2BillingMeteredItem resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new V2BillingMeteredItem(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of V2BillingMeteredItem. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === V2BillingMeteredItem.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["displayName"] = state?.displayName;
37
+ resourceInputs["invoicePresentationDimensions"] = state?.invoicePresentationDimensions;
38
+ resourceInputs["lookupKey"] = state?.lookupKey;
39
+ resourceInputs["metadata"] = state?.metadata;
40
+ resourceInputs["meter"] = state?.meter;
41
+ resourceInputs["meterSegmentConditions"] = state?.meterSegmentConditions;
42
+ resourceInputs["unitLabel"] = state?.unitLabel;
43
+ }
44
+ else {
45
+ const args = argsOrState;
46
+ if (args?.displayName === undefined && !opts.urn) {
47
+ throw new Error("Missing required property 'displayName'");
48
+ }
49
+ if (args?.meter === undefined && !opts.urn) {
50
+ throw new Error("Missing required property 'meter'");
51
+ }
52
+ resourceInputs["displayName"] = args?.displayName;
53
+ resourceInputs["invoicePresentationDimensions"] = args?.invoicePresentationDimensions;
54
+ resourceInputs["lookupKey"] = args?.lookupKey;
55
+ resourceInputs["metadata"] = args?.metadata;
56
+ resourceInputs["meter"] = args?.meter;
57
+ resourceInputs["meterSegmentConditions"] = args?.meterSegmentConditions;
58
+ resourceInputs["unitLabel"] = args?.unitLabel;
59
+ }
60
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
61
+ super(V2BillingMeteredItem.__pulumiType, name, resourceInputs, opts);
62
+ }
63
+ }
64
+ exports.V2BillingMeteredItem = V2BillingMeteredItem;
65
+ /** @internal */
66
+ V2BillingMeteredItem.__pulumiType = 'stripe:index/v2BillingMeteredItem:V2BillingMeteredItem';
67
+ //# sourceMappingURL=v2billingMeteredItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2billingMeteredItem.js","sourceRoot":"","sources":["../v2billingMeteredItem.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE,CAAC;YACV,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,EAAE,6BAA6B,CAAC;YACvF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;QACnD,CAAC;aAAM,CAAC;YACJ,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;gBAC/C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;YAC/D,CAAC;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;gBACzC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;YACzD,CAAC;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,+BAA+B,CAAC,GAAG,IAAI,EAAE,6BAA6B,CAAC;YACtF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;QAClD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AA/FL,oDAgGC;AAlFG,gBAAgB;AACO,iCAAY,GAAG,wDAAwD,CAAC"}
@@ -0,0 +1,138 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class V2BillingPricingPlan extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing V2BillingPricingPlan resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: V2BillingPricingPlanState, opts?: pulumi.CustomResourceOptions): V2BillingPricingPlan;
13
+ /**
14
+ * Returns true if the given object is an instance of V2BillingPricingPlan. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is V2BillingPricingPlan;
18
+ /**
19
+ * Whether the PricingPlan is active.
20
+ */
21
+ readonly active: pulumi.Output<boolean>;
22
+ /**
23
+ * The currency of the PricingPlan.
24
+ */
25
+ readonly currency: pulumi.Output<string>;
26
+ /**
27
+ * Description of pricing plan subscription.
28
+ */
29
+ readonly description: pulumi.Output<string>;
30
+ /**
31
+ * Display name of the PricingPlan. Maximum 250 characters.
32
+ */
33
+ readonly displayName: pulumi.Output<string>;
34
+ /**
35
+ * The ID of the latest version of the PricingPlan.
36
+ */
37
+ readonly latestVersion: pulumi.Output<string>;
38
+ /**
39
+ * The ID of the live version of the PricingPlan.
40
+ */
41
+ readonly liveVersion: pulumi.Output<string>;
42
+ /**
43
+ * An internal key you can use to search for a particular PricingPlan. Maximum length of 200 characters.
44
+ */
45
+ readonly lookupKey: pulumi.Output<string>;
46
+ /**
47
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
48
+ */
49
+ readonly metadata: pulumi.Output<{
50
+ [key: string]: string;
51
+ }>;
52
+ /**
53
+ * The Stripe Tax tax behavior - whether the PricingPlan is inclusive or exclusive of tax.
54
+ */
55
+ readonly taxBehavior: pulumi.Output<string>;
56
+ /**
57
+ * Create a V2BillingPricingPlan resource with the given unique name, arguments, and options.
58
+ *
59
+ * @param name The _unique_ name of the resource.
60
+ * @param args The arguments to use to populate this resource's properties.
61
+ * @param opts A bag of options that control this resource's behavior.
62
+ */
63
+ constructor(name: string, args: V2BillingPricingPlanArgs, opts?: pulumi.CustomResourceOptions);
64
+ }
65
+ /**
66
+ * Input properties used for looking up and filtering V2BillingPricingPlan resources.
67
+ */
68
+ export interface V2BillingPricingPlanState {
69
+ /**
70
+ * Whether the PricingPlan is active.
71
+ */
72
+ active?: pulumi.Input<boolean>;
73
+ /**
74
+ * The currency of the PricingPlan.
75
+ */
76
+ currency?: pulumi.Input<string>;
77
+ /**
78
+ * Description of pricing plan subscription.
79
+ */
80
+ description?: pulumi.Input<string>;
81
+ /**
82
+ * Display name of the PricingPlan. Maximum 250 characters.
83
+ */
84
+ displayName?: pulumi.Input<string>;
85
+ /**
86
+ * The ID of the latest version of the PricingPlan.
87
+ */
88
+ latestVersion?: pulumi.Input<string>;
89
+ /**
90
+ * The ID of the live version of the PricingPlan.
91
+ */
92
+ liveVersion?: pulumi.Input<string>;
93
+ /**
94
+ * An internal key you can use to search for a particular PricingPlan. Maximum length of 200 characters.
95
+ */
96
+ lookupKey?: pulumi.Input<string>;
97
+ /**
98
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
99
+ */
100
+ metadata?: pulumi.Input<{
101
+ [key: string]: pulumi.Input<string>;
102
+ }>;
103
+ /**
104
+ * The Stripe Tax tax behavior - whether the PricingPlan is inclusive or exclusive of tax.
105
+ */
106
+ taxBehavior?: pulumi.Input<string>;
107
+ }
108
+ /**
109
+ * The set of arguments for constructing a V2BillingPricingPlan resource.
110
+ */
111
+ export interface V2BillingPricingPlanArgs {
112
+ /**
113
+ * The currency of the PricingPlan.
114
+ */
115
+ currency: pulumi.Input<string>;
116
+ /**
117
+ * Description of pricing plan subscription.
118
+ */
119
+ description?: pulumi.Input<string>;
120
+ /**
121
+ * Display name of the PricingPlan. Maximum 250 characters.
122
+ */
123
+ displayName: pulumi.Input<string>;
124
+ /**
125
+ * An internal key you can use to search for a particular PricingPlan. Maximum length of 200 characters.
126
+ */
127
+ lookupKey?: pulumi.Input<string>;
128
+ /**
129
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
130
+ */
131
+ metadata?: pulumi.Input<{
132
+ [key: string]: pulumi.Input<string>;
133
+ }>;
134
+ /**
135
+ * The Stripe Tax tax behavior - whether the PricingPlan is inclusive or exclusive of tax.
136
+ */
137
+ taxBehavior: pulumi.Input<string>;
138
+ }
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.V2BillingPricingPlan = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class V2BillingPricingPlan extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing V2BillingPricingPlan resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new V2BillingPricingPlan(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of V2BillingPricingPlan. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === V2BillingPricingPlan.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["active"] = state?.active;
37
+ resourceInputs["currency"] = state?.currency;
38
+ resourceInputs["description"] = state?.description;
39
+ resourceInputs["displayName"] = state?.displayName;
40
+ resourceInputs["latestVersion"] = state?.latestVersion;
41
+ resourceInputs["liveVersion"] = state?.liveVersion;
42
+ resourceInputs["lookupKey"] = state?.lookupKey;
43
+ resourceInputs["metadata"] = state?.metadata;
44
+ resourceInputs["taxBehavior"] = state?.taxBehavior;
45
+ }
46
+ else {
47
+ const args = argsOrState;
48
+ if (args?.currency === undefined && !opts.urn) {
49
+ throw new Error("Missing required property 'currency'");
50
+ }
51
+ if (args?.displayName === undefined && !opts.urn) {
52
+ throw new Error("Missing required property 'displayName'");
53
+ }
54
+ if (args?.taxBehavior === undefined && !opts.urn) {
55
+ throw new Error("Missing required property 'taxBehavior'");
56
+ }
57
+ resourceInputs["currency"] = args?.currency;
58
+ resourceInputs["description"] = args?.description;
59
+ resourceInputs["displayName"] = args?.displayName;
60
+ resourceInputs["lookupKey"] = args?.lookupKey;
61
+ resourceInputs["metadata"] = args?.metadata;
62
+ resourceInputs["taxBehavior"] = args?.taxBehavior;
63
+ resourceInputs["active"] = undefined /*out*/;
64
+ resourceInputs["latestVersion"] = undefined /*out*/;
65
+ resourceInputs["liveVersion"] = undefined /*out*/;
66
+ }
67
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
68
+ super(V2BillingPricingPlan.__pulumiType, name, resourceInputs, opts);
69
+ }
70
+ }
71
+ exports.V2BillingPricingPlan = V2BillingPricingPlan;
72
+ /** @internal */
73
+ V2BillingPricingPlan.__pulumiType = 'stripe:index/v2BillingPricingPlan:V2BillingPricingPlan';
74
+ //# sourceMappingURL=v2billingPricingPlan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2billingPricingPlan.js","sourceRoot":"","sources":["../v2billingPricingPlan.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,144 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class V2BillingPricingPlanComponent extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing V2BillingPricingPlanComponent resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: V2BillingPricingPlanComponentState, opts?: pulumi.CustomResourceOptions): V2BillingPricingPlanComponent;
15
+ /**
16
+ * Returns true if the given object is an instance of V2BillingPricingPlanComponent. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is V2BillingPricingPlanComponent;
20
+ /**
21
+ * Details if this component is a License Fee.
22
+ */
23
+ readonly licenseFee: pulumi.Output<outputs.V2BillingPricingPlanComponentLicenseFee | undefined>;
24
+ /**
25
+ * An identifier that can be used to find this component.
26
+ */
27
+ readonly lookupKey: pulumi.Output<string>;
28
+ /**
29
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
30
+ */
31
+ readonly metadata: pulumi.Output<{
32
+ [key: string]: string;
33
+ }>;
34
+ /**
35
+ * The ID of the Pricing Plan this component belongs to.
36
+ */
37
+ readonly pricingPlan: pulumi.Output<string>;
38
+ /**
39
+ * Path parameter: pricing_plan_id
40
+ */
41
+ readonly pricingPlanId: pulumi.Output<string>;
42
+ /**
43
+ * The ID of the Pricing Plan Version this component belongs to.
44
+ */
45
+ readonly pricingPlanVersion: pulumi.Output<string>;
46
+ /**
47
+ * Details if this component is a Rate Card.
48
+ */
49
+ readonly rateCard: pulumi.Output<outputs.V2BillingPricingPlanComponentRateCard | undefined>;
50
+ /**
51
+ * Details if this component is a Service Action.
52
+ */
53
+ readonly serviceAction: pulumi.Output<outputs.V2BillingPricingPlanComponentServiceAction | undefined>;
54
+ /**
55
+ * The type of the PricingPlanComponent.
56
+ */
57
+ readonly type: pulumi.Output<string>;
58
+ /**
59
+ * Create a V2BillingPricingPlanComponent resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name: string, args: V2BillingPricingPlanComponentArgs, opts?: pulumi.CustomResourceOptions);
66
+ }
67
+ /**
68
+ * Input properties used for looking up and filtering V2BillingPricingPlanComponent resources.
69
+ */
70
+ export interface V2BillingPricingPlanComponentState {
71
+ /**
72
+ * Details if this component is a License Fee.
73
+ */
74
+ licenseFee?: pulumi.Input<inputs.V2BillingPricingPlanComponentLicenseFee>;
75
+ /**
76
+ * An identifier that can be used to find this component.
77
+ */
78
+ lookupKey?: pulumi.Input<string>;
79
+ /**
80
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
81
+ */
82
+ metadata?: pulumi.Input<{
83
+ [key: string]: pulumi.Input<string>;
84
+ }>;
85
+ /**
86
+ * The ID of the Pricing Plan this component belongs to.
87
+ */
88
+ pricingPlan?: pulumi.Input<string>;
89
+ /**
90
+ * Path parameter: pricing_plan_id
91
+ */
92
+ pricingPlanId?: pulumi.Input<string>;
93
+ /**
94
+ * The ID of the Pricing Plan Version this component belongs to.
95
+ */
96
+ pricingPlanVersion?: pulumi.Input<string>;
97
+ /**
98
+ * Details if this component is a Rate Card.
99
+ */
100
+ rateCard?: pulumi.Input<inputs.V2BillingPricingPlanComponentRateCard>;
101
+ /**
102
+ * Details if this component is a Service Action.
103
+ */
104
+ serviceAction?: pulumi.Input<inputs.V2BillingPricingPlanComponentServiceAction>;
105
+ /**
106
+ * The type of the PricingPlanComponent.
107
+ */
108
+ type?: pulumi.Input<string>;
109
+ }
110
+ /**
111
+ * The set of arguments for constructing a V2BillingPricingPlanComponent resource.
112
+ */
113
+ export interface V2BillingPricingPlanComponentArgs {
114
+ /**
115
+ * Details if this component is a License Fee.
116
+ */
117
+ licenseFee?: pulumi.Input<inputs.V2BillingPricingPlanComponentLicenseFee>;
118
+ /**
119
+ * An identifier that can be used to find this component.
120
+ */
121
+ lookupKey?: pulumi.Input<string>;
122
+ /**
123
+ * Set of [key-value pairs](https://www.terraform.io/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
124
+ */
125
+ metadata?: pulumi.Input<{
126
+ [key: string]: pulumi.Input<string>;
127
+ }>;
128
+ /**
129
+ * Path parameter: pricing_plan_id
130
+ */
131
+ pricingPlanId: pulumi.Input<string>;
132
+ /**
133
+ * Details if this component is a Rate Card.
134
+ */
135
+ rateCard?: pulumi.Input<inputs.V2BillingPricingPlanComponentRateCard>;
136
+ /**
137
+ * Details if this component is a Service Action.
138
+ */
139
+ serviceAction?: pulumi.Input<inputs.V2BillingPricingPlanComponentServiceAction>;
140
+ /**
141
+ * The type of the PricingPlanComponent.
142
+ */
143
+ type: pulumi.Input<string>;
144
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.V2BillingPricingPlanComponent = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class V2BillingPricingPlanComponent extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing V2BillingPricingPlanComponent resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new V2BillingPricingPlanComponent(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of V2BillingPricingPlanComponent. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === V2BillingPricingPlanComponent.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["licenseFee"] = state?.licenseFee;
37
+ resourceInputs["lookupKey"] = state?.lookupKey;
38
+ resourceInputs["metadata"] = state?.metadata;
39
+ resourceInputs["pricingPlan"] = state?.pricingPlan;
40
+ resourceInputs["pricingPlanId"] = state?.pricingPlanId;
41
+ resourceInputs["pricingPlanVersion"] = state?.pricingPlanVersion;
42
+ resourceInputs["rateCard"] = state?.rateCard;
43
+ resourceInputs["serviceAction"] = state?.serviceAction;
44
+ resourceInputs["type"] = state?.type;
45
+ }
46
+ else {
47
+ const args = argsOrState;
48
+ if (args?.pricingPlanId === undefined && !opts.urn) {
49
+ throw new Error("Missing required property 'pricingPlanId'");
50
+ }
51
+ if (args?.type === undefined && !opts.urn) {
52
+ throw new Error("Missing required property 'type'");
53
+ }
54
+ resourceInputs["licenseFee"] = args?.licenseFee;
55
+ resourceInputs["lookupKey"] = args?.lookupKey;
56
+ resourceInputs["metadata"] = args?.metadata;
57
+ resourceInputs["pricingPlanId"] = args?.pricingPlanId;
58
+ resourceInputs["rateCard"] = args?.rateCard;
59
+ resourceInputs["serviceAction"] = args?.serviceAction;
60
+ resourceInputs["type"] = args?.type;
61
+ resourceInputs["pricingPlan"] = undefined /*out*/;
62
+ resourceInputs["pricingPlanVersion"] = undefined /*out*/;
63
+ }
64
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
+ super(V2BillingPricingPlanComponent.__pulumiType, name, resourceInputs, opts);
66
+ }
67
+ }
68
+ exports.V2BillingPricingPlanComponent = V2BillingPricingPlanComponent;
69
+ /** @internal */
70
+ V2BillingPricingPlanComponent.__pulumiType = 'stripe:index/v2BillingPricingPlanComponent:V2BillingPricingPlanComponent';
71
+ //# sourceMappingURL=v2billingPricingPlanComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2billingPricingPlanComponent.js","sourceRoot":"","sources":["../v2billingPricingPlanComponent.ts"],"names":[],"mappings":"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"}