Click or drag to resize

RefundHelperListRefundedPayments Method

Lists the refunded payments.

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 IList<Payment> ListRefundedPayments(
	Guid[] paymentIds
)

Parameters

paymentIds
Type: SystemGuid
The payment ids.

Return Value

Type: IListPayment
List of refunded payments.
See Also