VivaWalletPOS Constructor
Parameters
- ArbitransUser
- string
User Name provided by Arbitrans
- ArbitransKey
- string
Key provided by Arbitrans
- ClientID
- string
The Client ID that is generated by VivaWallet. You can locate it right under your Viva Wallet account: Settings->POS API's Credentials
- ClientSecret
- string
The Client Secret that is generated by VivaWallet. You can locate it right under your Viva Wallet account: Settings->POS API's Credentials
- Test_env
- bool
Work in the Test environment true/false. This value is ignored by the dll if the license is TRIAL.
In Trial Version, you will always work in the Test Environment of myDATA.
VivaWalletPOS vw = new VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", false);
This language is not supported or no code example is available.