Click or drag to resize

IAtomiaBillingApiGetPrepaidCreditRecordById Method

Gets the prepaid credit record by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PrepaidCredit GetPrepaidCreditRecordById(
	Guid recordId
)

Parameters

recordId
Type: SystemGuid
The record id.

Return Value

Type: PrepaidCredit
Requested prepaid credit record or null if not found.
See Also