Click or drag to resize

PaymentMethodsHelperGetPaymentTransactionById Method

Gets the payment transaction by transaction id.

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 GetPaymentTransactionById(
	string transactionId
)

Parameters

transactionId
Type: SystemString
The transaction id.

Return Value

Type: PaymentTransaction
Requested payment transaction or null if not found.
See Also