Click or drag to resize

PaymentMethodsHelperGetPaymentTransaction Method

Gets the payment transaction by 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 GetPaymentTransaction(
	Guid transactionId
)

Parameters

transactionId
Type: SystemGuid
The transaction id.

Return Value

Type: PaymentTransaction
Requested payment transaction.
See Also