Class TopUpResult
Represents the response from a top-up request.
public class TopUpResult
- Inheritance
-
TopUpResult
- Inherited Members
Properties
Response
The response message indicating the result of the top-up operation.
[JsonProperty("response")]
public string Response { get; set; }