Copyright © 2024, Oracle and/or its affiliates.
Field Index SQL Mapping

Class /event/notification/installment/status

Objects of this class captures the installment notifications for the status update.

Notes

  • This object can be read by the owner or any billing group leader within the brand who is an ancestor of the owner.
  • This object can be modified by the owner or any billing group leader within the brand who is an ancestor of the owner.
  • This object can be created by anyone.

Links



Field Index

Type Field Name
array PIN_FLD_INSTALLMENTS
decimal
timestamp
poid
enum


Field Details

array PIN_FLD_INSTALLMENTS

Array holding installment details for poid and installment id.

Notes

  • Can be specified on object creation
  • Can be modified

Links


decimal PIN_FLD_AMOUNT

Holds the Due amount of the installment

Notes

Links


timestamp PIN_FLD_EFFECTIVE_T

Holds the effective Date of the Installment

Notes

Links


poid PIN_FLD_INSTALLMENT_OBJ

Link to the /installment poid.

Notes

Links


enum PIN_FLD_STATUS

Holds the status of the installment

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /event/notification/installment/status
array PIN_FLD_INSTALLMENTS
decimal
PIN_FLD_AMOUNT
timestamp
PIN_FLD_EFFECTIVE_T
poid
PIN_FLD_INSTALLMENT_OBJ
enum
PIN_FLD_STATUS
Column names marked with * are actually column prefixes. For poid type fields, the column prefix is used to create the columns poid_id0, poid_db and poid_type if the prefix is "poid". For PIN_FLD_POID in the base table, an additional column named poid_rev is created to hold the poid revision. For buffer fields, two columns are created - one in the containing table and one in the buffer table. For example if the prefix is "buf", then the column name in the buffer table is buffer_buf and the column name in the containing table is buffer_size.


Field Index This Class