PostDataAPIRequired

public enum PostDataAPIRequired : String, Encodable

Whether or not the POST_API call will get triggered. Default is no.

  • yes

    POST_API call will get triggered.

    Declaration

    Swift

    case yes = "Y"
  • no

    POST_API Data will not be posted to the host.

    Declaration

    Swift

    case no = "N"