Click or drag to resize

PrepaidCreditHelperCreatePrepaidCredit Method (Payment)

Creates the prepaid credit from 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 PrepaidCredit CreatePrepaidCredit(
	Payment payment
)

Parameters

payment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The payment.

Return Value

Type: PrepaidCredit
Created prepaid credit.
See Also