Table of Contents

Enum RedactionType

Namespace
Vonage.Redaction
Assembly
Vonage.dll

Represents the direction of a transaction for redaction purposes.

[JsonConverter(typeof(StringEnumConverter))]
public enum RedactionType

Fields

[EnumMember(Value = "inbound")] Inbound = 0

The transaction was inbound (received from a user).

[EnumMember(Value = "outbound")] Outbound = 1

The transaction was outbound (sent to a user).

Remarks

This type is required when redacting SMS data to specify whether the message was sent to or received from the user.