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

Class /event/notification/billinfo/paytype/modify

The /event/notification/billinfo/paytype/modify is generated when pay type/payment method(default) is changed in billinfo.

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
string PIN_FLD_NAME
poid PIN_FLD_USERID
poid PIN_FLD_SESSION_OBJ
string PIN_FLD_PROGRAM_NAME
string PIN_FLD_SYS_DESCR
poid PIN_FLD_ACCOUNT_OBJ
poid PIN_FLD_BILLINFO_OBJ
string PIN_FLD_BILLINFO_ID
array PIN_FLD_BILLINFO
poid
enum


Field Details

string PIN_FLD_NAME

Name of the event (set to 'Default Payment Method Modification Event Log').

Notes

  • Required on object creation
  • Can be modified
  • Maximum length is 255 bytes

Links


poid PIN_FLD_USERID

The unique ID of the user who is running the program that started the event.

Notes

  • Can be specified on object creation
  • Cannot be modified

Links


poid PIN_FLD_SESSION_OBJ

Link to the event object (/event/session) that represents the session within which this event occurred.

Notes

  • Can be specified on object creation
  • Cannot be modified

Links


string PIN_FLD_PROGRAM_NAME

The name of the program that generated the event.

Notes

  • Required on object creation
  • Cannot be modified
  • Maximum length is 60 bytes

Links


string PIN_FLD_SYS_DESCR

System generated description - describes event programmatically.

Notes

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

Links


poid PIN_FLD_ACCOUNT_OBJ

Poid of the account object that is being modified.

Notes

  • Required on object creation
  • Cannot be modified

Links


poid PIN_FLD_BILLINFO_OBJ

Poid of billunit of which payment method is being changed

Notes

  • Can be specified on object creation
  • Cannot be modified

Links


string PIN_FLD_BILLINFO_ID

ID of the /billinfo.

Notes

  • System defined on object creation
  • Can be modified only by System
  • Maximum length is 0 bytes

Links


array PIN_FLD_BILLINFO

Array that contains information about the old and new Payment mothods.0th element is of old Payment method and the 1st eelement is the new one

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_PAYINFO_OBJ

Poid of Payinfo object

Notes

Links


enum PIN_FLD_PAY_TYPE

paytype

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /event/notification/billinfo/paytype/modify
string PIN_FLD_NAME
poid PIN_FLD_USERID
poid PIN_FLD_SESSION_OBJ
string PIN_FLD_PROGRAM_NAME
string PIN_FLD_SYS_DESCR
poid PIN_FLD_ACCOUNT_OBJ
poid PIN_FLD_BILLINFO_OBJ
string PIN_FLD_BILLINFO_ID
array PIN_FLD_BILLINFO
poid
PIN_FLD_PAYINFO_OBJ
enum
PIN_FLD_PAY_TYPE
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