parent
4525b2ad5a
commit
911ebea909
|
@ -190,11 +190,11 @@ type TaxReturnPanel struct {
|
||||||
// title
|
// title
|
||||||
Title string `json:"Title,omitempty"`
|
Title string `json:"Title,omitempty"`
|
||||||
|
|
||||||
// total sales taxes total
|
|
||||||
TotalSalesTaxesTotal float64 `json:"TotalSalesTaxesTotal,omitempty"`
|
|
||||||
|
|
||||||
// total taxes
|
// total taxes
|
||||||
TotalTaxes []float64 `json:"TotalTaxes"`
|
TotalTaxes []float64 `json:"TotalTaxes"`
|
||||||
|
|
||||||
|
// total taxes total
|
||||||
|
TotalTaxesTotal float64 `json:"TotalTaxesTotal,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate validates this tax return panel
|
// Validate validates this tax return panel
|
||||||
|
|
|
@ -628,14 +628,14 @@ definitions:
|
||||||
type: number
|
type: number
|
||||||
Title:
|
Title:
|
||||||
type: string
|
type: string
|
||||||
TotalSalesTaxesTotal:
|
|
||||||
format: double
|
|
||||||
type: number
|
|
||||||
TotalTaxes:
|
TotalTaxes:
|
||||||
items:
|
items:
|
||||||
format: double
|
format: double
|
||||||
type: number
|
type: number
|
||||||
type: array
|
type: array
|
||||||
|
TotalTaxesTotal:
|
||||||
|
format: double
|
||||||
|
type: number
|
||||||
type: object
|
type: object
|
||||||
TaxReturnResponse:
|
TaxReturnResponse:
|
||||||
description: An array of Tax Return Objects
|
description: An array of Tax Return Objects
|
||||||
|
|
Loading…
Reference in New Issue