Class FlexResponse
- Namespace
- Textkernel.Tx.Models.API.Parsing
- Assembly
- Textkernel.Tx.SDK.dll
Information about the FlexRequests transaction, if any were provided.
public class FlexResponse
- Inheritance
-
FlexResponse
- Inherited Members
Properties
Code
public string Code { get; set; }
Property Value
Message
A short human-readable description explaining the Code value
public string Message { get; set; }
Property Value
Responses
Responses to FlexRequests
public List<FlexResponseItem> Responses { get; set; }