Click or drag to resize
PMBalanceAddRecurringUpdate Method
Creates a new recurring balance change

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void AddRecurringUpdate(
	PMBalanceUpdateChangeOption option,
	PMBalanceUpdateRecurringScheme scheme,
	DateTime timeOfDayUTC,
	int recurOn = 0,
	Nullable<double> currency = null,
	Nullable<int> pages = null
)

Parameters

option
Type: PM90SettingsAPIPMBalanceUpdateChangeOption
Reset or Increase amount
scheme
Type: PM90SettingsAPIPMBalanceUpdateRecurringScheme
Daily, Weekly or Monthly interval
timeOfDayUTC
Type: SystemDateTime
Time of day update will occur, (Date part ignored)
recurOn (Optional)
Type: SystemInt32
Day of week, or of month to occur on when applicaple. (zero based)
currency (Optional)
Type: SystemNullableDouble
Currency change when balance uses currency
pages (Optional)
Type: SystemNullableInt32
Pages amount used when UsePages = true
Exceptions
ExceptionCondition
ArgumentExceptionNeeded parameter is null or out of range for options selected.
PMDatabaseExceptionRepresents an database connection or syntax error that has occurred when processing an API request
PMExceptionUnexcpected exception has occurred, check inner exception
See Also