summaryrefslogtreecommitdiff
path: root/src/types/ShippingAddress.zig
blob: f4203fe51feeba38dcc8e83c399cf5e828a7404e (plain) (blame)
1
2
3
4
5
6
country_code: []const u8,
state: []const u8,
city: []const u8,
street_line1: []const u8,
street_line2: []const u8,
post_code: []const u8,