Click or drag to resize

RefundHelperAddRefundTransaction Method

Save given refund transaction to database.

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 Guid AddRefundTransaction(
	RefundTransaction refundTransaction
)

Parameters

refundTransaction
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefundTransaction
The refund transaction

Return Value

Type: Guid
The Guid for the saved instance
See Also