IDebtCollectionPluginInvoicePaidInternally Method |
Invoice was paid internally.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax void InvoicePaidInternally(
string requestId,
Invoice invoice
)
Sub InvoicePaidInternally (
requestId As String,
invoice As Invoice
)
void InvoicePaidInternally(
String^ requestId,
Invoice^ invoice
)
abstract InvoicePaidInternally :
requestId : string *
invoice : Invoice -> unit
Parameters
- requestId
- Type: SystemString
Debt collection request id. - invoice
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
Invoice in debt collection process that was paid in Atomia system.
See Also