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
)
Public Shared Sub ScheduleRecurringPayment (
invoiceId As Guid,
autoApprove As Boolean
)
public:
static void ScheduleRecurringPayment(
Guid invoiceId,
bool autoApprove
)
static member ScheduleRecurringPayment :
invoiceId : Guid *
autoApprove : bool -> unit
Parameters
- invoiceId
- Type: SystemGuid
The invoice id. - autoApprove
- Type: SystemBoolean
If set to true created tasks will be automatically approved.
See Also