From c70ffd095a6de5cd5b872796a0d82a8c5afc1511 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jul 2024 17:22:25 +0300 Subject: Initial commit --- src/types/Invoice.zig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/types/Invoice.zig (limited to 'src/types/Invoice.zig') diff --git a/src/types/Invoice.zig b/src/types/Invoice.zig new file mode 100644 index 0000000..5ff6bfd --- /dev/null +++ b/src/types/Invoice.zig @@ -0,0 +1,5 @@ +title: []const u8, +description: []const u8, +start_parameter: []const u8, +currency: []const u8, +total_amount: u64, -- cgit v1.2.3