Click or drag to resize

IAtomiaBillingApiGetRefundedPayments Method

Gets payments that are associated with refunds

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Payment> GetRefundedPayments(
	Guid[] paymentIds
)

Parameters

paymentIds
Type: SystemGuid
The payment ids to check.

Return Value

Type: ListPayment
List of Payments with associated Refunds.
See Also