How to translate java (json) to c#

Rinaldo 396 Reputation points
2023-08-05T07:51:56.3833333+00:00

Hello there,

I've got a question about controlling a merchant device to insert amount from c# program to merchant device. I've found a sample software at github https://github.com/TransbankDevelopers/transbank-pos-sdk-dotnet

Bowsing trough examples I came to the following problem

Don't know how to translate it in c#


The result of the sale is delivered in the form of an object 

Developer technologies | .NET | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Bruce (SqlWork.com) 78,316 Reputation points Volunteer Moderator
    2023-08-05T15:22:45.09+00:00

    You question is not clear. It looks like a compile error, but you don’t show the line. Also not sure how the sample the json relates to the question.

    note: the sample json does not match the SalesResponse object.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.