Click or drag to resize
PMBalanceSetUnlimited Method
Sets the balance Unlimited or not

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void SetUnlimited(
	bool unlimited
)

Parameters

unlimited
Type: SystemBoolean
Set true for unlimited, false to use deductable balance
Exceptions
ExceptionCondition
PMDatabaseExceptionRepresents an database connection or syntax error that has occurred when processing an API request
PMExceptionUnexcpected exception has occurred, check inner exception
See Also