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

Class /event/notification/minimum_amount

This event is created when rental is overriden by minimum scaled amount in case of credit limit breach.

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
substruct PIN_FLD_INHERITED_INFO
array
timestamp
timestamp
timestamp
timestamp
enum
int
timestamp
string
poid
poid
string
int
enum
decimal
decimal
decimal
decimal


Field Details

substruct PIN_FLD_INHERITED_INFO

Notes

  • Can be specified on object creation
  • Can be modified

Links


array PIN_FLD_CYCLE_FEES

Array of cycle fees dates for each rate plan

Notes

Links


timestamp PIN_FLD_CHARGED_FROM_T

Start date that the cycle fee should be charged.

Notes

  • Required on object creation
  • Can be modified

Links


timestamp PIN_FLD_CHARGED_TO_T

End date that the cycle fee should be charged.

Notes

  • Required on object creation
  • Can be modified

Links


timestamp PIN_FLD_CYCLE_FEE_START_T

Start date of the cycle, similar to actg_last_t for montly cycles

Notes

  • Required on object creation
  • Can be modified

Links


timestamp PIN_FLD_CYCLE_FEE_END_T

End date of the cycle, similar to actg_next_t for montly cycles

Notes

  • Required on object creation
  • Can be modified

Links


enum PIN_FLD_UNIT

Unit of Measure for Cycle forward events. Days/Weeks/Months/Years.

Notes

  • Required on object creation
  • Can be modified

Links


int PIN_FLD_COUNT

Frequency/count of accounting cycles of cycle events

Notes

  • Required on object creation
  • Can be modified

Links


timestamp PIN_FLD_LAST_NOTIFICATION_T

The last time this object was processed/checked for subscription renewal duenotification.

Notes

  • Can be specified on object creation
  • Can be modified

Links


string PIN_FLD_LAST_NOTIFICATION_OFFSET

The offset with which the last time this object was processed/checked forsubscription renewal due notification.

Notes

  • Can be specified on object creation
  • Can be modified
  • Maximum length is 64 bytes

Links


poid PIN_FLD_OFFERING_OBJ

Portal object ID for the purchased_product object of the product whose cycle_fees is successfully applied.

Notes

Links


poid PIN_FLD_PRODUCT_OBJ

Product poid.

Notes

Links


string PIN_FLD_PRODUCT_NAME

Purchased Product name

Notes

Links


int PIN_FLD_RETRY_AVAILABLE

Number of retries available.

Notes

Links


enum PIN_FLD_MODE

Determines the mode configured in rate.

Notes

Links


decimal PIN_FLD_MINIMUM_SCALED_AMOUNT

Minimum Scaled Balance Amount - amount used with mode Minimum amount (747) and when the balance exceeds credit limit.

Notes

Links


decimal PIN_FLD_SCALED_AMOUNT

Scaled Balance Amount

Notes

Links


decimal PIN_FLD_FIXED_AMOUNT

Fixed Balance Amount

Notes

Links


decimal PIN_FLD_AMOUNT

Balance Amount to be applied.

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /event/notification/minimum_amount
substruct PIN_FLD_INHERITED_INFO
array
PIN_FLD_CYCLE_FEES
timestamp
PIN_FLD_CHARGED_FROM_T
timestamp
PIN_FLD_CHARGED_TO_T
timestamp
PIN_FLD_CYCLE_FEE_START_T
timestamp
PIN_FLD_CYCLE_FEE_END_T
enum
PIN_FLD_UNIT
int
PIN_FLD_COUNT
timestamp
PIN_FLD_LAST_NOTIFICATION_T
string
PIN_FLD_LAST_NOTIFICATION_OFFSET
poid
PIN_FLD_OFFERING_OBJ
poid
PIN_FLD_PRODUCT_OBJ
string
PIN_FLD_PRODUCT_NAME
int
PIN_FLD_RETRY_AVAILABLE
enum
PIN_FLD_MODE
decimal
PIN_FLD_MINIMUM_SCALED_AMOUNT
decimal
PIN_FLD_SCALED_AMOUNT
decimal
PIN_FLD_FIXED_AMOUNT
decimal
PIN_FLD_AMOUNT
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