Values.CancelBenefitApplicationInputSourceCancels a benefit application that is currently in progress, preventing further processing.
type nonrec t = {catalog : CatalogName.t;The catalog identifier that specifies which benefit catalog the application belongs to.
*)clientToken : CancelBenefitApplicationInputClientTokenString.t;A unique, case-sensitive identifier to ensure idempotent processing of the cancellation request.
*)identifier : BenefitApplicationIdentifier.t;The unique identifier of the benefit application to cancel.
*)reason : CancelBenefitApplicationInputReasonString.t option;A descriptive reason explaining why the benefit application is being cancelled.
*)}val make :
?reason:??? ->
catalog:CatalogName.t ->
clientToken:CancelBenefitApplicationInputClientTokenString.t ->
identifier:BenefitApplicationIdentifier.t ->
unit ->
t