<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

ClawbackDetails

public class ClawbackDetails
Represents the clawback details for an Existing Production Numbering reproduction job.
public string BatesSuffix { get; set; }

Suffix for when images are added to a document as part of the reproduction job.

public string Delimiter { get; set; }

Delimiter between the original Bates number and the new page numbers/suffix.

public int NumberOfDigitsForSuffix { get; set; }

The number of digits for the suffix.

public int ReproductionJobId { get; set; }

Whole number representing the reproduction group of this production.

public bool StartNumberingOnSecondPage { get; set; }

Whether or not to start page numbering on the second page of the document

public ClawbackDetails()

Creates a new instance of clawback details.