@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.
- package/README.md +4 -0
- package/bin/billingMeter.d.ts +130 -0
- package/bin/billingMeter.js +72 -0
- package/bin/billingMeter.js.map +1 -0
- package/bin/config/index.d.ts +1 -0
- package/bin/config/index.js +21 -0
- package/bin/config/index.js.map +1 -0
- package/bin/config/vars.d.ts +4 -0
- package/bin/config/vars.js +13 -0
- package/bin/config/vars.js.map +1 -0
- package/bin/coupon.d.ts +203 -0
- package/bin/coupon.js +77 -0
- package/bin/coupon.js.map +1 -0
- package/bin/customer.d.ts +248 -0
- package/bin/customer.js +93 -0
- package/bin/customer.js.map +1 -0
- package/bin/entitlementsFeature.d.ts +86 -0
- package/bin/entitlementsFeature.js +58 -0
- package/bin/entitlementsFeature.js.map +1 -0
- package/bin/getBillingMeter.d.ts +26 -0
- package/bin/getBillingMeter.js +25 -0
- package/bin/getBillingMeter.js.map +1 -0
- package/bin/index.d.ts +64 -0
- package/bin/index.js +145 -0
- package/bin/index.js.map +1 -0
- package/bin/price.d.ts +232 -0
- package/bin/price.js +82 -0
- package/bin/price.js.map +1 -0
- package/bin/product.d.ts +212 -0
- package/bin/product.js +75 -0
- package/bin/product.js.map +1 -0
- package/bin/promotionCode.d.ts +160 -0
- package/bin/promotionCode.js +70 -0
- package/bin/promotionCode.js.map +1 -0
- package/bin/provider.d.ts +49 -0
- package/bin/provider.js +55 -0
- package/bin/provider.js.map +1 -0
- package/bin/shippingRate.d.ts +136 -0
- package/bin/shippingRate.js +66 -0
- package/bin/shippingRate.js.map +1 -0
- package/bin/taxRate.d.ts +186 -0
- package/bin/taxRate.js +82 -0
- package/bin/taxRate.js.map +1 -0
- package/bin/types/index.d.ts +3 -0
- package/bin/types/index.js +11 -0
- package/bin/types/index.js.map +1 -0
- package/bin/types/input.d.ts +713 -0
- package/bin/types/input.js +5 -0
- package/bin/types/input.js.map +1 -0
- package/bin/types/output.d.ts +712 -0
- package/bin/types/output.js +5 -0
- package/bin/types/output.js.map +1 -0
- package/bin/utilities.d.ts +4 -0
- package/bin/utilities.js +90 -0
- package/bin/utilities.js.map +1 -0
- package/bin/v2billingLicenseFee.d.ts +200 -0
- package/bin/v2billingLicenseFee.js +93 -0
- package/bin/v2billingLicenseFee.js.map +1 -0
- package/bin/v2billingLicensedItem.d.ts +90 -0
- package/bin/v2billingLicensedItem.js +58 -0
- package/bin/v2billingLicensedItem.js.map +1 -0
- package/bin/v2billingMeteredItem.d.ts +128 -0
- package/bin/v2billingMeteredItem.js +67 -0
- package/bin/v2billingMeteredItem.js.map +1 -0
- package/bin/v2billingPricingPlan.d.ts +138 -0
- package/bin/v2billingPricingPlan.js +74 -0
- package/bin/v2billingPricingPlan.js.map +1 -0
- package/bin/v2billingPricingPlanComponent.d.ts +144 -0
- package/bin/v2billingPricingPlanComponent.js +71 -0
- package/bin/v2billingPricingPlanComponent.js.map +1 -0
- package/bin/v2billingRateCard.d.ts +150 -0
- package/bin/v2billingRateCard.js +82 -0
- package/bin/v2billingRateCard.js.map +1 -0
- package/bin/v2billingRateCardRate.d.ts +132 -0
- package/bin/v2billingRateCardRate.js +69 -0
- package/bin/v2billingRateCardRate.js.map +1 -0
- package/bin/v2billingServiceAction.d.ts +98 -0
- package/bin/v2billingServiceAction.js +66 -0
- package/bin/v2billingServiceAction.js.map +1 -0
- package/bin/v2coreEventDestination.d.ts +172 -0
- package/bin/v2coreEventDestination.js +78 -0
- package/bin/v2coreEventDestination.js.map +1 -0
- package/bin/webhookEndpoint.d.ts +120 -0
- package/bin/webhookEndpoint.js +73 -0
- package/bin/webhookEndpoint.js.map +1 -0
- package/package.json +42 -0
package/README.md
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
> This provider is a derived work of the [Terraform Provider](https://github.com/humanlayer/terraform-provider-stripe)
|
|
2
|
+
> distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,
|
|
3
|
+
> first check the [`pulumi-stripe` repo](https://github.com/humanlayer/pulumi-stripe/issues); however, if that doesn't turn up anything,
|
|
4
|
+
> please consult the source [`terraform-provider-stripe` repo](https://github.com/humanlayer/terraform-provider-stripe/issues).
|
|
@@ -0,0 +1,130 @@
|
|
|
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 BillingMeter extends pulumi.CustomResource {
|
|
5
|
+
/**
|
|
6
|
+
* Get an existing BillingMeter 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?: BillingMeterState, opts?: pulumi.CustomResourceOptions): BillingMeter;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of BillingMeter. 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 BillingMeter;
|
|
20
|
+
/**
|
|
21
|
+
* Fields that specify how to map a meter event to a customer.
|
|
22
|
+
*/
|
|
23
|
+
readonly customerMapping: pulumi.Output<outputs.BillingMeterCustomerMapping | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* The default settings to aggregate a meter's events with.
|
|
26
|
+
*/
|
|
27
|
+
readonly defaultAggregation: pulumi.Output<outputs.BillingMeterDefaultAggregation>;
|
|
28
|
+
/**
|
|
29
|
+
* Set of keys that will be used to group meter events by. Each key must be present in the event payload.
|
|
30
|
+
*/
|
|
31
|
+
readonly dimensionPayloadKeys: pulumi.Output<string[] | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* The meter’s name. Not visible to the customer.
|
|
34
|
+
*/
|
|
35
|
+
readonly displayName: pulumi.Output<string>;
|
|
36
|
+
/**
|
|
37
|
+
* The name of the meter event to record usage for. Corresponds with the `eventName` field on meter events.
|
|
38
|
+
*/
|
|
39
|
+
readonly eventName: pulumi.Output<string>;
|
|
40
|
+
/**
|
|
41
|
+
* The time window which meter events have been pre-aggregated for, if any.
|
|
42
|
+
*/
|
|
43
|
+
readonly eventTimeWindow: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* The meter's status.
|
|
46
|
+
*/
|
|
47
|
+
readonly status: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* Fields that specify how to calculate a meter event's value.
|
|
50
|
+
*/
|
|
51
|
+
readonly valueSettings: pulumi.Output<outputs.BillingMeterValueSettings | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a BillingMeter resource with the given unique name, arguments, and options.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resource.
|
|
56
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
57
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
58
|
+
*/
|
|
59
|
+
constructor(name: string, args: BillingMeterArgs, opts?: pulumi.CustomResourceOptions);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Input properties used for looking up and filtering BillingMeter resources.
|
|
63
|
+
*/
|
|
64
|
+
export interface BillingMeterState {
|
|
65
|
+
/**
|
|
66
|
+
* Fields that specify how to map a meter event to a customer.
|
|
67
|
+
*/
|
|
68
|
+
customerMapping?: pulumi.Input<inputs.BillingMeterCustomerMapping>;
|
|
69
|
+
/**
|
|
70
|
+
* The default settings to aggregate a meter's events with.
|
|
71
|
+
*/
|
|
72
|
+
defaultAggregation?: pulumi.Input<inputs.BillingMeterDefaultAggregation>;
|
|
73
|
+
/**
|
|
74
|
+
* Set of keys that will be used to group meter events by. Each key must be present in the event payload.
|
|
75
|
+
*/
|
|
76
|
+
dimensionPayloadKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77
|
+
/**
|
|
78
|
+
* The meter’s name. Not visible to the customer.
|
|
79
|
+
*/
|
|
80
|
+
displayName?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The name of the meter event to record usage for. Corresponds with the `eventName` field on meter events.
|
|
83
|
+
*/
|
|
84
|
+
eventName?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The time window which meter events have been pre-aggregated for, if any.
|
|
87
|
+
*/
|
|
88
|
+
eventTimeWindow?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The meter's status.
|
|
91
|
+
*/
|
|
92
|
+
status?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Fields that specify how to calculate a meter event's value.
|
|
95
|
+
*/
|
|
96
|
+
valueSettings?: pulumi.Input<inputs.BillingMeterValueSettings>;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* The set of arguments for constructing a BillingMeter resource.
|
|
100
|
+
*/
|
|
101
|
+
export interface BillingMeterArgs {
|
|
102
|
+
/**
|
|
103
|
+
* Fields that specify how to map a meter event to a customer.
|
|
104
|
+
*/
|
|
105
|
+
customerMapping?: pulumi.Input<inputs.BillingMeterCustomerMapping>;
|
|
106
|
+
/**
|
|
107
|
+
* The default settings to aggregate a meter's events with.
|
|
108
|
+
*/
|
|
109
|
+
defaultAggregation: pulumi.Input<inputs.BillingMeterDefaultAggregation>;
|
|
110
|
+
/**
|
|
111
|
+
* Set of keys that will be used to group meter events by. Each key must be present in the event payload.
|
|
112
|
+
*/
|
|
113
|
+
dimensionPayloadKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
114
|
+
/**
|
|
115
|
+
* The meter’s name. Not visible to the customer.
|
|
116
|
+
*/
|
|
117
|
+
displayName: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The name of the meter event to record usage for. Corresponds with the `eventName` field on meter events.
|
|
120
|
+
*/
|
|
121
|
+
eventName: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* The time window which meter events have been pre-aggregated for, if any.
|
|
124
|
+
*/
|
|
125
|
+
eventTimeWindow?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Fields that specify how to calculate a meter event's value.
|
|
128
|
+
*/
|
|
129
|
+
valueSettings?: pulumi.Input<inputs.BillingMeterValueSettings>;
|
|
130
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
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.BillingMeter = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
class BillingMeter extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing BillingMeter 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 BillingMeter(name, state, { ...opts, id: id });
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of BillingMeter. 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'] === BillingMeter.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["customerMapping"] = state?.customerMapping;
|
|
37
|
+
resourceInputs["defaultAggregation"] = state?.defaultAggregation;
|
|
38
|
+
resourceInputs["dimensionPayloadKeys"] = state?.dimensionPayloadKeys;
|
|
39
|
+
resourceInputs["displayName"] = state?.displayName;
|
|
40
|
+
resourceInputs["eventName"] = state?.eventName;
|
|
41
|
+
resourceInputs["eventTimeWindow"] = state?.eventTimeWindow;
|
|
42
|
+
resourceInputs["status"] = state?.status;
|
|
43
|
+
resourceInputs["valueSettings"] = state?.valueSettings;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
const args = argsOrState;
|
|
47
|
+
if (args?.defaultAggregation === undefined && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'defaultAggregation'");
|
|
49
|
+
}
|
|
50
|
+
if (args?.displayName === undefined && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'displayName'");
|
|
52
|
+
}
|
|
53
|
+
if (args?.eventName === undefined && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'eventName'");
|
|
55
|
+
}
|
|
56
|
+
resourceInputs["customerMapping"] = args?.customerMapping;
|
|
57
|
+
resourceInputs["defaultAggregation"] = args?.defaultAggregation;
|
|
58
|
+
resourceInputs["dimensionPayloadKeys"] = args?.dimensionPayloadKeys;
|
|
59
|
+
resourceInputs["displayName"] = args?.displayName;
|
|
60
|
+
resourceInputs["eventName"] = args?.eventName;
|
|
61
|
+
resourceInputs["eventTimeWindow"] = args?.eventTimeWindow;
|
|
62
|
+
resourceInputs["valueSettings"] = args?.valueSettings;
|
|
63
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
64
|
+
}
|
|
65
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
|
+
super(BillingMeter.__pulumiType, name, resourceInputs, opts);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.BillingMeter = BillingMeter;
|
|
70
|
+
/** @internal */
|
|
71
|
+
BillingMeter.__pulumiType = 'stripe:index/billingMeter:BillingMeter';
|
|
72
|
+
//# sourceMappingURL=billingMeter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billingMeter.js","sourceRoot":"","sources":["../billingMeter.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./vars";
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
// Export members:
|
|
20
|
+
__exportStar(require("./vars"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../config/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;AAEjF,kBAAkB;AAClB,yCAAuB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
const pulumi = require("@pulumi/pulumi");
|
|
6
|
+
const __config = new pulumi.Config("stripe");
|
|
7
|
+
Object.defineProperty(exports, "apiKey", {
|
|
8
|
+
get() {
|
|
9
|
+
return __config.get("apiKey");
|
|
10
|
+
},
|
|
11
|
+
enumerable: true,
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=vars.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;AAM7C,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
package/bin/coupon.d.ts
ADDED
|
@@ -0,0 +1,203 @@
|
|
|
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 Coupon extends pulumi.CustomResource {
|
|
5
|
+
/**
|
|
6
|
+
* Get an existing Coupon 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?: CouponState, opts?: pulumi.CustomResourceOptions): Coupon;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of Coupon. 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 Coupon;
|
|
20
|
+
/**
|
|
21
|
+
* A positive integer representing the amount to subtract from an invoice total (required if `percentOff` is not passed).
|
|
22
|
+
*/
|
|
23
|
+
readonly amountOff: pulumi.Output<number>;
|
|
24
|
+
/**
|
|
25
|
+
* A hash containing directions for what this Coupon will apply discounts to.
|
|
26
|
+
*/
|
|
27
|
+
readonly appliesTo: pulumi.Output<outputs.CouponAppliesTo | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the `amountOff` parameter (required if `amountOff` is passed).
|
|
30
|
+
*/
|
|
31
|
+
readonly currency: pulumi.Output<string>;
|
|
32
|
+
/**
|
|
33
|
+
* Coupons defined in each available currency option (only supported if `amountOff` is passed). Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
|
34
|
+
*/
|
|
35
|
+
readonly currencyOptions: pulumi.Output<outputs.CouponCurrencyOption[]>;
|
|
36
|
+
/**
|
|
37
|
+
* Specifies how long the discount will be in effect if used on a subscription. Defaults to `once`.
|
|
38
|
+
*/
|
|
39
|
+
readonly duration: pulumi.Output<string>;
|
|
40
|
+
/**
|
|
41
|
+
* Required only if `duration` is `repeating`, in which case it must be a positive integer that specifies the number of months the discount will be in effect.
|
|
42
|
+
*/
|
|
43
|
+
readonly durationInMonths: pulumi.Output<number>;
|
|
44
|
+
/**
|
|
45
|
+
* A positive integer specifying the number of times the coupon can be redeemed before it's no longer valid. For example, you might have a 50% off coupon that the first 20 readers of your blog can use.
|
|
46
|
+
*/
|
|
47
|
+
readonly maxRedemptions: pulumi.Output<number>;
|
|
48
|
+
readonly metadata: pulumi.Output<{
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
}>;
|
|
51
|
+
/**
|
|
52
|
+
* Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the `id` is shown if `name` is not set.
|
|
53
|
+
*/
|
|
54
|
+
readonly name: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* A positive float larger than 0, and smaller or equal to 100, that represents the discount the coupon will apply (required if `amountOff` is not passed).
|
|
57
|
+
*/
|
|
58
|
+
readonly percentOff: pulumi.Output<number>;
|
|
59
|
+
/**
|
|
60
|
+
* Unix timestamp specifying the last time at which the coupon can be redeemed. After the redeemBy date, the coupon can no longer be applied to new customers.
|
|
61
|
+
*/
|
|
62
|
+
readonly redeemBy: pulumi.Output<number>;
|
|
63
|
+
/**
|
|
64
|
+
* Configuration of the [script](https://docs.stripe.com/billing/subscriptions/script-coupons) used to calculate the discount.
|
|
65
|
+
*/
|
|
66
|
+
readonly script: pulumi.Output<outputs.CouponScript | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* Number of times this coupon has been applied to a customer.
|
|
69
|
+
*/
|
|
70
|
+
readonly timesRedeemed: pulumi.Output<number>;
|
|
71
|
+
/**
|
|
72
|
+
* One of `amountOff`, `percentOff`, or `script`. Describes the type of coupon logic used to calculate the discount.
|
|
73
|
+
*/
|
|
74
|
+
readonly type: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Taking account of the above properties, whether this coupon can still be applied to a customer.
|
|
77
|
+
*/
|
|
78
|
+
readonly valid: pulumi.Output<boolean>;
|
|
79
|
+
/**
|
|
80
|
+
* Create a Coupon resource with the given unique name, arguments, and options.
|
|
81
|
+
*
|
|
82
|
+
* @param name The _unique_ name of the resource.
|
|
83
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
84
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
85
|
+
*/
|
|
86
|
+
constructor(name: string, args?: CouponArgs, opts?: pulumi.CustomResourceOptions);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Input properties used for looking up and filtering Coupon resources.
|
|
90
|
+
*/
|
|
91
|
+
export interface CouponState {
|
|
92
|
+
/**
|
|
93
|
+
* A positive integer representing the amount to subtract from an invoice total (required if `percentOff` is not passed).
|
|
94
|
+
*/
|
|
95
|
+
amountOff?: pulumi.Input<number>;
|
|
96
|
+
/**
|
|
97
|
+
* A hash containing directions for what this Coupon will apply discounts to.
|
|
98
|
+
*/
|
|
99
|
+
appliesTo?: pulumi.Input<inputs.CouponAppliesTo>;
|
|
100
|
+
/**
|
|
101
|
+
* Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the `amountOff` parameter (required if `amountOff` is passed).
|
|
102
|
+
*/
|
|
103
|
+
currency?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Coupons defined in each available currency option (only supported if `amountOff` is passed). Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
|
106
|
+
*/
|
|
107
|
+
currencyOptions?: pulumi.Input<pulumi.Input<inputs.CouponCurrencyOption>[]>;
|
|
108
|
+
/**
|
|
109
|
+
* Specifies how long the discount will be in effect if used on a subscription. Defaults to `once`.
|
|
110
|
+
*/
|
|
111
|
+
duration?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Required only if `duration` is `repeating`, in which case it must be a positive integer that specifies the number of months the discount will be in effect.
|
|
114
|
+
*/
|
|
115
|
+
durationInMonths?: pulumi.Input<number>;
|
|
116
|
+
/**
|
|
117
|
+
* A positive integer specifying the number of times the coupon can be redeemed before it's no longer valid. For example, you might have a 50% off coupon that the first 20 readers of your blog can use.
|
|
118
|
+
*/
|
|
119
|
+
maxRedemptions?: pulumi.Input<number>;
|
|
120
|
+
metadata?: pulumi.Input<{
|
|
121
|
+
[key: string]: pulumi.Input<string>;
|
|
122
|
+
}>;
|
|
123
|
+
/**
|
|
124
|
+
* Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the `id` is shown if `name` is not set.
|
|
125
|
+
*/
|
|
126
|
+
name?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* A positive float larger than 0, and smaller or equal to 100, that represents the discount the coupon will apply (required if `amountOff` is not passed).
|
|
129
|
+
*/
|
|
130
|
+
percentOff?: pulumi.Input<number>;
|
|
131
|
+
/**
|
|
132
|
+
* Unix timestamp specifying the last time at which the coupon can be redeemed. After the redeemBy date, the coupon can no longer be applied to new customers.
|
|
133
|
+
*/
|
|
134
|
+
redeemBy?: pulumi.Input<number>;
|
|
135
|
+
/**
|
|
136
|
+
* Configuration of the [script](https://docs.stripe.com/billing/subscriptions/script-coupons) used to calculate the discount.
|
|
137
|
+
*/
|
|
138
|
+
script?: pulumi.Input<inputs.CouponScript>;
|
|
139
|
+
/**
|
|
140
|
+
* Number of times this coupon has been applied to a customer.
|
|
141
|
+
*/
|
|
142
|
+
timesRedeemed?: pulumi.Input<number>;
|
|
143
|
+
/**
|
|
144
|
+
* One of `amountOff`, `percentOff`, or `script`. Describes the type of coupon logic used to calculate the discount.
|
|
145
|
+
*/
|
|
146
|
+
type?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* Taking account of the above properties, whether this coupon can still be applied to a customer.
|
|
149
|
+
*/
|
|
150
|
+
valid?: pulumi.Input<boolean>;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* The set of arguments for constructing a Coupon resource.
|
|
154
|
+
*/
|
|
155
|
+
export interface CouponArgs {
|
|
156
|
+
/**
|
|
157
|
+
* A positive integer representing the amount to subtract from an invoice total (required if `percentOff` is not passed).
|
|
158
|
+
*/
|
|
159
|
+
amountOff?: pulumi.Input<number>;
|
|
160
|
+
/**
|
|
161
|
+
* A hash containing directions for what this Coupon will apply discounts to.
|
|
162
|
+
*/
|
|
163
|
+
appliesTo?: pulumi.Input<inputs.CouponAppliesTo>;
|
|
164
|
+
/**
|
|
165
|
+
* Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the `amountOff` parameter (required if `amountOff` is passed).
|
|
166
|
+
*/
|
|
167
|
+
currency?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Coupons defined in each available currency option (only supported if `amountOff` is passed). Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
|
170
|
+
*/
|
|
171
|
+
currencyOptions?: pulumi.Input<pulumi.Input<inputs.CouponCurrencyOption>[]>;
|
|
172
|
+
/**
|
|
173
|
+
* Specifies how long the discount will be in effect if used on a subscription. Defaults to `once`.
|
|
174
|
+
*/
|
|
175
|
+
duration?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Required only if `duration` is `repeating`, in which case it must be a positive integer that specifies the number of months the discount will be in effect.
|
|
178
|
+
*/
|
|
179
|
+
durationInMonths?: pulumi.Input<number>;
|
|
180
|
+
/**
|
|
181
|
+
* A positive integer specifying the number of times the coupon can be redeemed before it's no longer valid. For example, you might have a 50% off coupon that the first 20 readers of your blog can use.
|
|
182
|
+
*/
|
|
183
|
+
maxRedemptions?: pulumi.Input<number>;
|
|
184
|
+
metadata?: pulumi.Input<{
|
|
185
|
+
[key: string]: pulumi.Input<string>;
|
|
186
|
+
}>;
|
|
187
|
+
/**
|
|
188
|
+
* Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the `id` is shown if `name` is not set.
|
|
189
|
+
*/
|
|
190
|
+
name?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* A positive float larger than 0, and smaller or equal to 100, that represents the discount the coupon will apply (required if `amountOff` is not passed).
|
|
193
|
+
*/
|
|
194
|
+
percentOff?: pulumi.Input<number>;
|
|
195
|
+
/**
|
|
196
|
+
* Unix timestamp specifying the last time at which the coupon can be redeemed. After the redeemBy date, the coupon can no longer be applied to new customers.
|
|
197
|
+
*/
|
|
198
|
+
redeemBy?: pulumi.Input<number>;
|
|
199
|
+
/**
|
|
200
|
+
* Configuration of the [script](https://docs.stripe.com/billing/subscriptions/script-coupons) used to calculate the discount.
|
|
201
|
+
*/
|
|
202
|
+
script?: pulumi.Input<inputs.CouponScript>;
|
|
203
|
+
}
|
package/bin/coupon.js
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
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.Coupon = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
class Coupon extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Coupon 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 Coupon(name, state, { ...opts, id: id });
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of Coupon. 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'] === Coupon.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["amountOff"] = state?.amountOff;
|
|
37
|
+
resourceInputs["appliesTo"] = state?.appliesTo;
|
|
38
|
+
resourceInputs["currency"] = state?.currency;
|
|
39
|
+
resourceInputs["currencyOptions"] = state?.currencyOptions;
|
|
40
|
+
resourceInputs["duration"] = state?.duration;
|
|
41
|
+
resourceInputs["durationInMonths"] = state?.durationInMonths;
|
|
42
|
+
resourceInputs["maxRedemptions"] = state?.maxRedemptions;
|
|
43
|
+
resourceInputs["metadata"] = state?.metadata;
|
|
44
|
+
resourceInputs["name"] = state?.name;
|
|
45
|
+
resourceInputs["percentOff"] = state?.percentOff;
|
|
46
|
+
resourceInputs["redeemBy"] = state?.redeemBy;
|
|
47
|
+
resourceInputs["script"] = state?.script;
|
|
48
|
+
resourceInputs["timesRedeemed"] = state?.timesRedeemed;
|
|
49
|
+
resourceInputs["type"] = state?.type;
|
|
50
|
+
resourceInputs["valid"] = state?.valid;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
const args = argsOrState;
|
|
54
|
+
resourceInputs["amountOff"] = args?.amountOff;
|
|
55
|
+
resourceInputs["appliesTo"] = args?.appliesTo;
|
|
56
|
+
resourceInputs["currency"] = args?.currency;
|
|
57
|
+
resourceInputs["currencyOptions"] = args?.currencyOptions;
|
|
58
|
+
resourceInputs["duration"] = args?.duration;
|
|
59
|
+
resourceInputs["durationInMonths"] = args?.durationInMonths;
|
|
60
|
+
resourceInputs["maxRedemptions"] = args?.maxRedemptions;
|
|
61
|
+
resourceInputs["metadata"] = args?.metadata;
|
|
62
|
+
resourceInputs["name"] = args?.name;
|
|
63
|
+
resourceInputs["percentOff"] = args?.percentOff;
|
|
64
|
+
resourceInputs["redeemBy"] = args?.redeemBy;
|
|
65
|
+
resourceInputs["script"] = args?.script;
|
|
66
|
+
resourceInputs["timesRedeemed"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["valid"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
super(Coupon.__pulumiType, name, resourceInputs, opts);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.Coupon = Coupon;
|
|
75
|
+
/** @internal */
|
|
76
|
+
Coupon.__pulumiType = 'stripe:index/coupon:Coupon';
|
|
77
|
+
//# sourceMappingURL=coupon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coupon.js","sourceRoot":"","sources":["../coupon.ts"],"names":[],"mappings":"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"}
|