Click or drag to resize

RecurringPaymentHelperCreateRecurringPayment Method (Invoice, IAtomiaBillingApi, Int32, String)

Creates 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 PaymentTransaction CreateRecurringPayment(
	Invoice invoice,
	IAtomiaBillingApi atomiaBillingApi,
	int runCount,
	out string result
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.
runCount
Type: SystemInt32
The run count.
result
Type: SystemString
The result.

Return Value

Type: PaymentTransaction
Created recurring payment.
See Also