Click or drag to resize

IAtomiaBillingApiChangeRefundStatus Method

Change status of refunds.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
int ChangeRefundStatus(
	Guid[] refundPaymentIds,
	RefundStatusType status
)

Parameters

refundPaymentIds
Type: SystemGuid
The refund ids.
status
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefundStatusType
The status to be set.

Return Value

Type: Int32
The number of refunds changed.
See Also