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

Class /event/notification/price/sponsorships/modify

If a new sponsorship object is created or an existing one is updated then an event will be generated for the same to notify the pipeline/external system about the change through account sync to use the new sponsorship through the business event /event/notification/price/sponsorships/modify.

Notes

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

Links



Field Index

Type Field Name
poid PIN_FLD_ACCOUNT_OBJ
array PIN_FLD_SPONSORSHIPS
poid
string
string
timestamp
timestamp
array PIN_FLD_ATTRIBUTES
string
string


Field Details

poid PIN_FLD_ACCOUNT_OBJ

Notes

  • Required on object creation
  • Can be modified

Links


array PIN_FLD_SPONSORSHIPS

Array of sponsorships that are updated.

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_POID

Object id of the sponsorship.

Notes

Links


string PIN_FLD_NAME

Name of the sponsorship object.

Notes

Links


string PIN_FLD_DESCR

Sponsorship description.

Notes

Links


timestamp PIN_FLD_START_T

Valid start time - defines valid period for sponsorship object.

Notes

Links


timestamp PIN_FLD_END_T

Valid end time - defines valid period for sponsorship object. If end time is zero, valid period does not expire.

Notes

Links


array PIN_FLD_ATTRIBUTES

Array of offer attributes.

Notes

  • Can be specified on object creation
  • Can be modified

Links


string PIN_FLD_NAME

Name of the attribute.

Notes

Links


string PIN_FLD_VALUE

Value of the attribute.

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /event/notification/price/sponsorships/modify
poid PIN_FLD_ACCOUNT_OBJ
array PIN_FLD_SPONSORSHIPS
poid
PIN_FLD_POID
string
PIN_FLD_NAME
string
PIN_FLD_DESCR
timestamp
PIN_FLD_START_T
timestamp
PIN_FLD_END_T
array PIN_FLD_ATTRIBUTES
string
PIN_FLD_NAME
string
PIN_FLD_VALUE
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