UNPKG

sprinque-js-sdk-wip

Version:

UI kit to implement Pay by Invoice with Sprinque

16 lines (15 loc) 718 B
export declare const SPRINQUE_CUSTOM_ELEMENT_NAME = "sprinque-modal"; export declare const SPRINQUE_STEP_CLASS = "sprinque-step"; export declare const VALIDATION_ERROR_CLASS_PREFIX = "validation-error-"; export declare const CUSTOM_NAVIGATION_EVENT = "sprinque-to-step"; export declare const MERCHANT_BUYER_ID = "sp-merchant-buyer-id"; export declare const BUYER_ID = "sp-buyer-id"; export declare const FALLBACK_LOGO_URL = "https://d2f2ha363kdzm.cloudfront.net/sprinque-logo-dark-blue.png"; export declare const FALLBACK_ADDRESS: { address_line1: string; address_line2: string; city: string; country: string; zip_code: string; }; export declare const SUPPORTED_NET_TERMS: string[];