Click or drag to resize

RefundHelperCreateRefund Method

Create a refund from an original payment.

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 Refund CreateRefund(
	Payment originalPayment,
	RefundStatusType initialStatus
)

Parameters

originalPayment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The original payment.
initialStatus
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefundStatusType
The initial refund status

Return Value

Type: Refund
The refund
See Also