ProductPrice: { _id: string; membershipOffers?: MembershipOffer[]; variantOptionIds?: string[]; locationId: string; product?: string; userId?: string; name: string; type: PriceType; currency: string; amount: number; recurring?: RecurringData; createdAt?: string; updatedAt?: string; compareAtPrice?: number; trackInventory?: boolean; availableQuantity?: number; allowOutOfStockPurchases?: boolean;} Type declaration
_id: string
Optional
variantOptionIds?: string[]
locationId: string
Optional
product?: string
Optional
userId?: string
name: string
currency: string
amount: number
Optional
createdAt?: string
Optional
updatedAt?: string
Optional
compareAtPrice?: number
Optional
trackInventory?: boolean
Optional
availableQuantity?: number
Optional
allowOutOfStockPurchases?: boolean