VerifyDataWithHost

public enum VerifyDataWithHost : String, Encodable

Whether or not customer data will be verified with the data returned back from the host. Default is no.

  • yes

    It will verify the customer data with the data returned back from the host.

    Declaration

    Swift

    case yes = "Y"
  • no

    It will not verify the customer data with host data.

    Declaration

    Swift

    case no = "N"