Skip to content

Commit b612eac

Browse files
authored
Add net_total and gross_total to purchase draft (#397)
Added net_total and gross_total fields to purchase draft.
1 parent 720eeee commit b612eac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sections/purchase_drafts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The purchase draft representation is:
2727
"lastname": "Doe"
2828
},
2929
"file_url": "https://...",
30+
"net_total": 100.00,
31+
"gross_total": 119.00,
3032
"created_at": "2021-10-17T09:33:46Z",
3133
"updated_at": "2021-10-17T09:33:46Z"
3234
}

0 commit comments

Comments
 (0)