UNPKG
@chargebee/atomicpricing
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
0.10.3
0.10.2
0.10.1
0.10.0
0.9.2
0.9.1
0.8.4
0.8.3
0.8.2
0.8.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.2
JS wrapper for your Atomic Pricing hosted page
atomicpricing.com
@chargebee/atomicpricing
/
dist
/
pricify
/
pricing-page.d.ts
4 lines
(3 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
import
{
Options
}
from
'../pricify'
;
export
declare
function
constructPricingPageURL
(
siteId
:
string
,
pricingPageId
:
string
,
options
:
Options
):
string
;
export
declare
function
constructIframeUrlWithLoader
(
options
:
Options
):
string
;