CobAdjustment
A single COB adjustment (group, reason code, amount)
Fields
adjustment_group
· AdjustmentGroup · Adjustment group code (CO, OA, PR, PI) reason_code
· String · Adjustment reason code Used By
Definition
"""A single COB adjustment (group, reason code, amount)"""type CobAdjustment { """ Adjustment group code (CO, OA, PR, PI) """ adjustment_group: AdjustmentGroup
""" Adjustment amount """ amount: Float
""" Adjustment reason code """ reason_code: String}