Application Packaging Standard

Last updated 18-Mar-2019

CustomerClass

Billing Customer Class APS type

In this document:

Schema

The considered APS type (download) extends the Resource APS type(s) and looks as follows:

{
  "name": "CustomerClass",
  "id": "http://www.odin.com/billing/CustomerClass/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/core/resource/1.0"
  ],
  "properties": {
    "classId": {
      "type": "integer",
      "required": true,
      "final": true
    },
    "name": {
      "type": "string"
    }
  }
}

Properties

NAME TYPE ATTRIBUTES DEFAULT DESCRIPTION
classId Integer Required Final   Internal Customer Class ID
name String Not Required   Customer Class name

Examples

Please find general description of create-read-update-delete (CRUD) operations with resources, properties, and structures respectively at: