Click or drag to resize

PaymentMethodsHelperGetPaymentTransactionByReference Method

Note: This API is now obsolete.

Gets the payment transaction by reference.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute("Use the PaymentMethodsHelperAdapter instance method instead.")]
public static PaymentTransaction GetPaymentTransactionByReference(
	string referenceId,
	TransactionReferenceType type
)

Parameters

referenceId
Type: SystemString
The reference id.
type
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTransactionReferenceType
The transaction reference type.

Return Value

Type: PaymentTransaction
Requested payment transaction.
See Also