Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c7218f937 | ||
|
|
543935289f |
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user