OrderWLSResult

public struct OrderWLSResult : Codable

Child structure of HostdataResponse.

Properties

  • This is the order Url WLS extracted from the response.

    Declaration

    Swift

    public var orderUrlWLS: String?
  • This is the order Id WLS extracted from the response.

    Declaration

    Swift

    public var orderIdWLS: String?
  • This is the order Status WLS extracted from the response.

    Declaration

    Swift

    public var orderStatusWLS: String?
  • Creation Date and time on WLS.

    Declaration

    Swift

    public var createdOnWLS: String?
  • Result Count on WLS.

    Declaration

    Swift

    public var resultCountWLS: String?
  • Product Id of WLS.

    Declaration

    Swift

    public var productIdWLS: String?