Click or drag to resize

PaymentsHelperGetPaymentTransactionByReference Method

Gets payment transaction by reference number.

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 PaymentTransaction GetPaymentTransactionByReference(
	string referenceId,
	TransactionReferenceType type
)

Parameters

referenceId
Type: SystemString
Reference number.
type
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTransactionReferenceType
Reference number type.

Return Value

Type: PaymentTransaction
Payment transaction.
See Also