TaxCategory
TaxCategory
A TaxCategory defines what type of taxes to apply to a ProductVariant.
Signature
class TaxCategory extends VendureEntity {
constructor(input?: DeepPartial<TaxCategory>)
@Column() name: string;
}
Extends
Members
constructor
method
type:
(input?: DeepPartial<TaxCategory>) => TaxCategory
name
property
type:
string