Tests and package name updated
This commit is contained in:
12
Runtime/Models/Websocket/QRVerificationStatus.cs
Normal file
12
Runtime/Models/Websocket/QRVerificationStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Darkmatter.Fonepay
|
||||
{
|
||||
[Serializable]
|
||||
public struct QRVerificationStatus
|
||||
{
|
||||
public bool success;
|
||||
public string message;
|
||||
public bool qrVerified;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user