Click or drag to resize

IAtomiaBillingApiGetPaymentTransactionById Method

Gets the payment transaction by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PaymentTransaction GetPaymentTransactionById(
	string transactionId
)

Parameters

transactionId
Type: SystemString
The transaction id.

Return Value

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