OrderNMResult
public struct OrderNMResult : Codable
Child structure of HostdataResponse.
-
This is the order Url NM extracted from the response.
Declaration
Swift
public var orderUrlNM: String? -
This is the order Id NM extracted from the response.
Declaration
Swift
public var orderIdNM: String? -
This is the order Status NM extracted from the response.
Declaration
Swift
public var orderStatusNM: String? -
Creation Date and time on NM.
Declaration
Swift
public var createdOnNM: String? -
Result Count on NM.
Declaration
Swift
public var resultCountNM: String? -
Product Id of Pep.
Declaration
Swift
public var productIdNM: String? -
Host tried.
Declaration
Swift
public var vital4APIHostTried: String?