Click or drag to resize

PrepaidCreditHelperCreatePrepaidCredit Method (Refund)

Creates the prepaid credit from refund.

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 PrepaidCredit CreatePrepaidCredit(
	Refund refund
)

Parameters

refund
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefund
The refund.

Return Value

Type: PrepaidCredit
Created prepaid credit.
See Also