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
)
<ObsoleteAttribute("Use the PaymentMethodsHelperAdapter instance method instead.")>
Public Shared Function GetPaymentTransactionByReference (
referenceId As String,
type As TransactionReferenceType
) As PaymentTransaction
public:
[ObsoleteAttribute(L"Use the PaymentMethodsHelperAdapter instance method instead.")]
static PaymentTransaction^ GetPaymentTransactionByReference(
String^ referenceId,
TransactionReferenceType type
)
[<ObsoleteAttribute("Use the PaymentMethodsHelperAdapter instance method instead.")>]
static member GetPaymentTransactionByReference :
referenceId : string *
type : TransactionReferenceType -> PaymentTransaction
Parameters
- referenceId
- Type: SystemString
The reference id. - type
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsTransactionReferenceType
The transaction reference type.
Return Value
Type:
PaymentTransactionRequested payment transaction.
See Also