Values.RecallBenefitApplicationInputSourceRecalls a submitted benefit application, returning it to draft status for further modifications.
type nonrec t = {catalog : CatalogName.t;The catalog identifier that specifies which benefit catalog the application belongs to.
*)clientToken : String_.t option;A unique, case-sensitive identifier to ensure idempotent processing of the recall request.
*)identifier : BenefitApplicationIdentifier.t;The unique identifier of the benefit application to recall.
*)reason : String_.t;A descriptive reason explaining why the benefit application is being recalled.
*)}val make :
?clientToken:??? ->
catalog:CatalogName.t ->
identifier:BenefitApplicationIdentifier.t ->
reason:String_.t ->
unit ->
t