OrderPEPResult
public struct OrderPEPResult : Codable
Child structure of HostdataResponse
.
-
This is the order Url Pep extracted from the response.
Declaration
Swift
public var orderUrlPEP: String?
-
This is the order Id Pep extracted from the response.
Declaration
Swift
public var orderIdPEP: String?
-
This is the order Status Pep extracted from the response.
Declaration
Swift
public var orderStatus_PEP: String?
-
Creation Date and time on PEP.
Declaration
Swift
public var createdOnPEP: String?
-
Result Count on PEP.
Declaration
Swift
public var resultCountPEP: String?
-
Product Id of Pep.
Declaration
Swift
public var productId_PEP: String?