We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720eeee commit b612eacCopy full SHA for b612eac
1 file changed
sections/purchase_drafts.md
@@ -27,6 +27,8 @@ The purchase draft representation is:
27
"lastname": "Doe"
28
},
29
"file_url": "https://...",
30
+ "net_total": 100.00,
31
+ "gross_total": 119.00,
32
"created_at": "2021-10-17T09:33:46Z",
33
"updated_at": "2021-10-17T09:33:46Z"
34
}
0 commit comments