Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaxIncludedPriceJob ¶
type TaxIncludedPriceJob struct {
IOManager iomanager.IOManager `json:"-"`
TaxRate float64 `json:"tax_rate"`
InputPrices []float64 `json:"input_prices"`
TaxIncludedPrices map[string]string `json:"tax_included_prices"`
}
func NewTaxIncludedPriceJob ¶
func NewTaxIncludedPriceJob(iom iomanager.IOManager, taxRate float64) *TaxIncludedPriceJob
func (*TaxIncludedPriceJob) LoadData ¶
func (job *TaxIncludedPriceJob) LoadData() error
func (*TaxIncludedPriceJob) Process ¶
func (job *TaxIncludedPriceJob) Process() error
Click to show internal directories.
Click to hide internal directories.