added SnipcartTax and SnipcartWebhookTaxResponse
This commit is contained in:
@@ -15,3 +15,7 @@ type SnipcartShippingAddress struct {
|
||||
Phone string `json:"phone"`
|
||||
VatNumber string `json:"vatNumber,omitempty"`
|
||||
}
|
||||
|
||||
type SnipcartWebhookTaxResponse struct {
|
||||
Taxes []SnipcartTax `json:"taxes"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user