openmeter / taxcode /annotations.go
Leon4gr45's picture
Upload folder using huggingface_hub (part 7)
16cdcb7 verified
Raw
History Blame Contribute Delete
311 Bytes
package taxcode
const (
// AnnotationKeyManagedBy indicates what created/owns this tax code.
AnnotationKeyManagedBy = "managed_by"
// AnnotationValueManagedBySystem is set when the tax code was auto-created
// by the system (e.g. via GetOrCreateByAppMapping).
AnnotationValueManagedBySystem = "system"
)