getTermAndConditionsByServicePackageId(@MobiliserParam(name="svcPkgId", required=true, description="The ID of the Service Package for which to retreive the TermAndConditions") long, @MobiliserParam(name="mandatory", required=false, description="Returns the mandatory or optional TNCs or all if not set (null)") Boolean) method

This method returns the list of the applicable TermAndCondition for a given ServicePackage.

Syntax

List< TermAndCondition > getTermAndConditionsByServicePackageId ( @MobiliserParam(name="svcPkgId", required=true, description="The ID of the Service Package for which to retreive the TermAndConditions") long svcPkgId , @MobiliserParam(name="mandatory", required=false, description="Returns the mandatory or optional TNCs or all if not set (null)") Boolean mandatory )

Parameters