SendPaymentsMethod.ExportDataForValidation Method

Export the data for validation in case you come to an issue you cannot explain. 
This function exports the data in an encoded format according to GDPR. 
Save this data to a file and send it to mydata@arbitrans.gr
Public Function ExportDataForValidation() As String
This language is not supported or no code example is available.
public string ExportDataForValidation()
This language is not supported or no code example is available.

Return Value

string

Encoded String according to GDPR

Example
 
 SendPaymentsMethod spm = new SendPaymentsMethod("AADEUserID", "OcpApimSubscriptionKey", "ExecuteEntityVatNumber", "Arbitrans User", "Arbitrans Key", false);
 string validationData = spm.ExportDataForValidation()
 					
This language is not supported or no code example is available.
 Dim spm As SendPaymentsMethod = New SendPaymentsMethod("AADEUserID", "OcpApimSubscriptionKey", "ExecuteEntityVatNumber", "Arbitrans User", "Arbitrans Key", False)
 Dim validationData as String = spm.ExportDataForValidation()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition