schema.org.ai

Saleprocessingsoftware

Point of sale POS software

Extends: Technology

Sale processing software

Point of sale POS software

Overview

Category: Point of sale POS software

Point of sale POS software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 39-5012.00
  • SOC Code: 49-3053.00
  • SOC Code: 51-6041.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Sale processing software',
  category: 'Point of sale POS software',
  description: 'Point of sale POS software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Sale processing software",
  "applicationCategory": "Point of sale POS software",
  "description": "Point of sale POS software"
}