PaymentProduct
Interfaces
PaymentProductProps
Extends
Omit<WidgetProps,"content">
Indexable
[key: string]: any
[key: number]: any
Properties
| Property | Type |
|---|---|
className? | string |
content? | SCPurchasableContent |
contentId? | string | number |
contentType? | SCContentType |
hideDescription? | boolean |
hidePaymentProductPrices? | boolean |
onUpdatePaymentOrder? | (price, contentType?, contentId?) => void |
paymentOrder? | SCPaymentOrder |
paymentProduct? | SCPaymentProduct |
paymentProductId? | number |
PaymentProductPriceComponentProps? | PaymentProductPriceProps |
template? | SCPaymentProductTemplateType |
Functions
PaymentProduct()
PaymentProduct(
inProps):Element
Parameters
| Parameter | Type |
|---|---|
inProps | PaymentProductProps |
Returns
Element