PaymentsApiResponse

public protocol PaymentsApiResponse : ApiResponse

The response from the server.

  • Declaration

    Swift

    public static func process(response: HTTPURLResponse?, data: Data?, error: Error?) -> Result<Self>