Click or drag to resize

IAtomiaBillingApiCreateRefundFromCreditedInvoice Method

Creates the refund from a credited invoice.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void CreateRefundFromCreditedInvoice(
	CreditedInvoice invoice,
	bool putToCredits
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCreditedInvoice
The credited invoice.
putToCredits
Type: SystemBoolean
If the refund should be put to prepaid credits or not.
See Also