blob: 15abcdade276709c116dcf4c8b502e2bce3e4460 (
plain) (
blame)
1
2
3
4
5
6
7
|
const ShippingAddress = @import("ShippingAddress.zig");
const User = @import("User.zig");
id: []const u8,
from: User,
invoice_payload: []const u8,
shipping_address: ShippingAddress,
|