Click or drag to resize

RecurringPaymentHelperScheduleRecurringPayment Method

Schedules the recurring payment.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static void ScheduleRecurringPayment(
	Guid invoiceId,
	bool autoApprove
)

Parameters

invoiceId
Type: SystemGuid
The invoice id.
autoApprove
Type: SystemBoolean
If set to true created tasks will be automatically approved.
See Also