SendMetaDataInPost

public enum SendMetaDataInPost : String, Encodable

If postDataAPIRequired request parameter = Y, this field can be used to send metadata in postDataAPI webhook. Valid values are: Y : N

  • yes

    Y : Send meta in POST

    Declaration

    Swift

    case yes = "Y"
  • no

    N : Not Sending meta in POST

    Declaration

    Swift

    case no = "N"