using System; namespace OmiLAXR.HypeRate.SDK { [Serializable] internal class HypeRateDataPackagePayload { public string hr; public string status; } }