OPOS Decision Notifications

OPOS decision: discount

{
  "tenantId" : 96,
  "oposCaseIdent" : "a18d6196-1e77-4788-a78c-fdd9f552e9ab",
  "ident" : "e240bf40-af83-49ba-be44-1c7060ef825e",
  "type" : "DISCOUNT",
  "amount" : {
    "amount" : 3.75,
    "currency" : "EUR"
  },
  "debitCreditIndicator" : "CREDIT",
  "reversionTargetIdent" : null,
  "notificationType" : "oposCaseDecision.discount"
}

OPOS decision: uncollectable receivable

{
  "tenantId" : 96,
  "oposCaseIdent" : "abadc371-509f-48c2-a646-c9b1580e7be8",
  "ident" : "E2E00001-aa58-468f-98d2-230313000134",
  "type" : "UNCOLLECTABLE_RECEIVABLE",
  "amount" : {
    "amount" : 525,
    "currency" : "EUR"
  },
  "debitCreditIndicator" : "CREDIT",
  "reversionTargetIdent" : null,
  "notificationType" : "oposCaseDecision.uncollectableReceivable"
}

OPOS decision: doubtful receivable

{
  "tenantId" : 96,
  "oposCaseIdent" : "02214d35-8bf8-4ce2-b417-d9f5afa6c222",
  "ident" : "fb374bb4-c0a4-452f-a832-e21d31dde898",
  "type" : "DOUBTFUL_RECEIVABLE",
  "amount" : {
    "amount" : 62.92,
    "currency" : "EUR"
  },
  "debitCreditIndicator" : "CREDIT",
  "reversionTargetIdent" : null,
  "notificationType" : "oposCaseDecision.doubtfulReceivable"
}

OPOS decision: other revenue

{
  "tenantId" : 96,
  "oposCaseIdent" : "859f13dd-88d2-450f-9842-862441ce079f",
  "ident" : "07c4364a-c0e1-462a-9601-b3cb9697ae47",
  "type" : "OTHER_REVENUE",
  "amount" : {
    "amount" : 20,
    "currency" : "EUR"
  },
  "debitCreditIndicator" : "DEBIT",
  "reversionTargetIdent" : null,
  "notificationType" : "oposCaseDecision.otherRevenue"
}

OPOS decision: reversion

🚧