Methods
var checkout = new Checkout(/* options */);
checkout.load(".checkout-wrapper");load(selector string) void
string) voidvar checkout = new Checkout(/* options */);
checkout.open();open() void
voidvar checkout = new Checkout(/* options */);
checkout.redirect("https://myserver.com/token-created");redirect(url string) void
string) voidvar checkout = new Checkout(/* options */);
checkout.destroy();destroy() void
voidLast updated