UseInAPDPR Property See Also Example DescriptionEnables the usage of eTDS in A/P down payment requests. Property typeRead-write property SyntaxVisual BasicPublic Property UseInAPDPR() As BoYesNoEnum RemarksIndia localization ExampleC#Copy CodeSAPbobsCOM.WithholdingTaxCodes wtc = (SAPbobsCOM.WithholdingTaxCodes)_company.GetBusinessObject(BoObjectTypes.oWithholdingTaxCodes); if (wtc.GetByKey(""COIC"")) { wtc.UseInAPDPR = BoYesNoEnum.tYES; wtc.Update(); } See AlsoWithholdingTaxCodes Object