Click or drag to resize

IAtomiaBillingApiGetPaymentTransactionsByIds Method

Gets the payment transactions by ids.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<PaymentTransaction> GetPaymentTransactionsByIds(
	string[] paymentTransactionsIds
)

Parameters

paymentTransactionsIds
Type: SystemString
Payment transactions ids.

Return Value

Type: ListPaymentTransaction
Requested transaction.
See Also