Click or drag to resize

IAtomiaBillingApiCreateRefund Method

Create refund.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void CreateRefund(
	Guid accountId,
	IEnumerable<Refund> refunds
)

Parameters

accountId
Type: SystemGuid
The account id which creates the refund.
refunds
Type: System.Collections.GenericIEnumerableRefund
The refunds.
See Also