bp-sdk-quote-request-premium
Custom element hooks
Name | Description |
---|
bp-sdk-external-quote-request-premium | disable html |
Classes
Name | Description |
---|
bp-sdk-quote-request-premium__container | Root div element |
bp-sdk-online-quote__price-main | Paragraph element where main price is rendered |
bp-sdk-online-quote__price-body | Div element wrapping price information body |
Shared Classes
These classes are on both online and offline quotes if you would like to share styling for both types of quotes
Name | Description |
---|
bp-sdk-quote__price-main | Paragraph element where main price is rendered |
bp-sdk-quote__price-body | Div element wrapping price information body |
Properties
Property | Attribute | Description | Type | Default |
---|
annualPrice | annual-price | Annual price | string | undefined |
downpayment | downpayment | Downpayment | string | undefined |
installments | installments | Number of installments | number | undefined |
monthlyPrice | monthly-price | Monthly price | string | undefined |
price | price | Price | string | undefined |
showTotalPremium | show-total-premium | Show total premium | boolean | undefined |
termLength | term-length | Term length | string | undefined |
totalPremium | total-premium | Total Premium | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-quote-request-premium --> bp-sdk-quote-request-premium-term
bp-sdk-quote-request-premium --> bp-sdk-quote-request-premium-monthly
bp-sdk-quote-request-premium-term --> bp-sdk-quote-request-premium-payment
bp-sdk-quote-request-premium-monthly --> bp-sdk-quote-request-premium-payment
bp-sdk-quote-request-premium-container --> bp-sdk-quote-request-premium
style bp-sdk-quote-request-premium fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS