 | OrderServiceUpdatePaymentTransactionID Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void UpdatePaymentTransactionID(
string apiKey,
string orderNumber,
string paymentExternalReference,
string newTransactionId
)
<WebMethodAttribute>
Public Sub UpdatePaymentTransactionID (
apiKey As String,
orderNumber As String,
paymentExternalReference As String,
newTransactionId As String
)
public:
[WebMethodAttribute]
void UpdatePaymentTransactionID(
String^ apiKey,
String^ orderNumber,
String^ paymentExternalReference,
String^ newTransactionId
)
[<WebMethodAttribute>]
member UpdatePaymentTransactionID :
apiKey : string *
orderNumber : string *
paymentExternalReference : string *
newTransactionId : string -> unit
Parameters
- apiKey
- Type: SystemString
- orderNumber
- Type: SystemString
- paymentExternalReference
- Type: SystemString
- newTransactionId
- Type: SystemString
See Also