PaymentsApiResponse
public protocol PaymentsApiResponse : ApiResponse
The response from the server.
-
process(response:data:error:)
Extension methodDeclaration
Swift
public static func process(response: HTTPURLResponse?, data: Data?, error: Error?) -> Result<Self>