UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

13 lines (12 loc) 263 B
import Product from "./product.js"; declare class Price { priceId: string; productId: string; userId: string; currency: string; unitAmount: number; createdAt: Date; updatedAt: Date; product: Product; } export { Price as default };