added TaxWebhook struct

This commit is contained in:
Bastian de Byl
2023-06-06 19:07:14 -04:00
parent 543935289f
commit 9c7218f937

View File

@@ -38,6 +38,10 @@ type TaxContent struct {
Metadata any `json:"metadata"`
}
type TaxWebhook struct {
Content TaxContent `json:"content"`
}
type Tax struct {
Name string `json:"name"`
Amount float64 `json:"amount"`