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
)
Public Shared Function ListRefundedPayments (
paymentIds As Guid()
) As IList(Of Payment)
public:
static IList<Payment^>^ ListRefundedPayments(
array<Guid>^ paymentIds
)
static member ListRefundedPayments :
paymentIds : Guid[] -> IList<Payment>
Parameters
- paymentIds
- Type: SystemGuid
The payment ids.
Return Value
Type:
IListPaymentList of refunded payments.
See Also