declare enum OneClickPaymentMode {
    DISABLED = "DISABLED",
    ALLOW = "ALLOW",
    FORCE = "FORCE"
}
export { OneClickPaymentMode };
