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
)
Public Shared Function AddRefundTransaction (
refundTransaction As RefundTransaction
) As Guid
public:
static Guid AddRefundTransaction(
RefundTransaction^ refundTransaction
)
static member AddRefundTransaction :
refundTransaction : RefundTransaction -> Guid
Parameters
- refundTransaction
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefundTransaction
The refund transaction
Return Value
Type:
GuidThe Guid for the saved instance
See Also