summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_PaymentComplete.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_PaymentComplete.rs')
-rw-r--r--vendor/web-sys/src/features/gen_PaymentComplete.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_PaymentComplete.rs b/vendor/web-sys/src/features/gen_PaymentComplete.rs
new file mode 100644
index 000000000..77812acff
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_PaymentComplete.rs
@@ -0,0 +1,12 @@
+#![allow(unused_imports)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `PaymentComplete` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `PaymentComplete`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum PaymentComplete {
+ Success = "success",
+ Fail = "fail",
+ Unknown = "unknown",
+}