added SnipcartTax and SnipcartWebhookTaxResponse

This commit is contained in:
Bastian de Byl
2023-04-06 17:59:48 -04:00
parent ad93704f41
commit b08b64f5b2
2 changed files with 11 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ type SnipcartShippingAddress struct {
Phone string `json:"phone"`
VatNumber string `json:"vatNumber,omitempty"`
}
type SnipcartWebhookTaxResponse struct {
Taxes []SnipcartTax `json:"taxes"`
}