pulumi-stripe
Version:
A Pulumi package for creating and managing Stripe resources.
40 lines (39 loc) • 2.36 kB
TypeScript
export { CardArgs, CardState } from "./card";
export type Card = import("./card").Card;
export declare const Card: typeof import("./card").Card;
export { CouponArgs, CouponState } from "./coupon";
export type Coupon = import("./coupon").Coupon;
export declare const Coupon: typeof import("./coupon").Coupon;
export { CustomerArgs, CustomerState } from "./customer";
export type Customer = import("./customer").Customer;
export declare const Customer: typeof import("./customer").Customer;
export { FileArgs, FileState } from "./file";
export type File = import("./file").File;
export declare const File: typeof import("./file").File;
export { PortalConfigurationArgs, PortalConfigurationState } from "./portalConfiguration";
export type PortalConfiguration = import("./portalConfiguration").PortalConfiguration;
export declare const PortalConfiguration: typeof import("./portalConfiguration").PortalConfiguration;
export { PriceArgs, PriceState } from "./price";
export type Price = import("./price").Price;
export declare const Price: typeof import("./price").Price;
export { ProductArgs, ProductState } from "./product";
export type Product = import("./product").Product;
export declare const Product: typeof import("./product").Product;
export { PromotionCodeArgs, PromotionCodeState } from "./promotionCode";
export type PromotionCode = import("./promotionCode").PromotionCode;
export declare const PromotionCode: typeof import("./promotionCode").PromotionCode;
export { ProviderArgs } from "./provider";
export type Provider = import("./provider").Provider;
export declare const Provider: typeof import("./provider").Provider;
export { ShippingRateArgs, ShippingRateState } from "./shippingRate";
export type ShippingRate = import("./shippingRate").ShippingRate;
export declare const ShippingRate: typeof import("./shippingRate").ShippingRate;
export { TaxRateArgs, TaxRateState } from "./taxRate";
export type TaxRate = import("./taxRate").TaxRate;
export declare const TaxRate: typeof import("./taxRate").TaxRate;
export { WebhookEndpointArgs, WebhookEndpointState } from "./webhookEndpoint";
export type WebhookEndpoint = import("./webhookEndpoint").WebhookEndpoint;
export declare const WebhookEndpoint: typeof import("./webhookEndpoint").WebhookEndpoint;
import * as config from "./config";
import * as types from "./types";
export { config, types, };