* You would pass this custom elements object into billflowSettings
* with your embed code like the code fragment below.
* windows.billflowSettings = {
* billing_page_id: 'xxxxxxxxxxxxxx',
pricing: { // define all customizable elements within the pricing table view here
name: "Basic", // your tier name to be customized
element: customHighlightedBasic // your custom element for this tier's highlight
element: customSelectBasic // your custom element for select button for this tier.
id: "price_1jw91203djejd23", // your Stripe price id displayed in this tier.
element: customPrice // your custom element for price item in the table.
checkout: { // define all customizable elements within the checkout view here
id: "price_1jw91203djejd23", // your Stripe price id displayed in this checkout form.
element: customDescription, // your custom element for this price description
element: customPriceDisplay, // your custom element for this price display