Table of Contents

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

string

Message

A short human-readable description explaining the Code value

public string Message { get; set; }

Property Value

string

Responses

Responses to FlexRequests

public List<FlexResponseItem> Responses { get; set; }

Property Value

List<FlexResponseItem>