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