Click or drag to resize

RecurringPaymentHelperCreateRecurringPayment Method (Invoice, IAtomiaBillingApi)

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 string CreateRecurringPayment(
	Invoice invoice,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: String
Created recurring payment.
See Also