Type Alias PaymentProduct
PaymentProduct: { _id: string; description?: string; variants?: PaymentsProductVariantSchema[]; medias?: PaymentProductMediaDto[]; locationId: string; name: string; productType: string; availableInStore?: boolean; userId?: string; createdAt: string; updatedAt: string; statementDescriptor?: string; image?: string; collectionIds?: string[]; isTaxesEnabled?: boolean; taxes?: string[]; isLabelEnabled?: boolean; label?: ProductLabel; slug?: string; seo?: ProductSEO;} Type declaration
_id: string
Optional
description?: string
locationId: string
name: string
productType: string
Optional
availableInStore?: boolean
Optional
userId?: string
createdAt: string
updatedAt: string
Optional
statementDescriptor?: string
Optional
image?: string
Optional
collectionIds?: string[]
Optional
isTaxesEnabled?: boolean
Optional
taxes?: string[]
Optional
isLabelEnabled?: boolean
Optional
slug?: string