Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveAssetTax ¶
func UpdateAssetTax ¶
Types ¶
type AssetTax ¶
type AssetTax struct { TaxID *int `json:"taxId"` AssetID *int `json:"assetId"` UUID string `json:"uuid"` Name string `json:"name"` AlternateName string `json:"alternateName"` TaxRateOverride *decimal.Decimal `json:"taxRateOverride"` TaxRateTypeID *int `json:"taxRateTypeId"` Description string `json:"description"` CreatedBy string `json:"createdBy"` CreatedAt time.Time `json:"createdAt"` UpdatedBy string `json:"updatedBy"` UpdatedAt time.Time `json:"updatedAt"` }
Asset
func GetAssetTaxByTicker ¶
Click to show internal directories.
Click to hide internal directories.