Click or drag to resize
IBenefitApiUpdateBenefit Method
Updates the given benefit.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void UpdateBenefit(
	Benefit benefit
)

Parameters

benefit
Type: AMG.API.DefinitionsBenefit
The benefit to be updated.
See Also