Enum RedactionType
Represents the direction of a transaction for redaction purposes.
[JsonConverter(typeof(StringEnumConverter))]
public enum RedactionType
Fields
[EnumMember(Value = "inbound")] Inbound = 0The transaction was inbound (received from a user).
[EnumMember(Value = "outbound")] Outbound = 1The 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.