Protocols
The following protocols are available globally.
-
/// The response received from the server represented in Swift’s error handling system.
Declaration
Swift
public protocol PaymentsErrorApiResponse : PaymentsApiResponse, ErrorApiResponse
-
The response from the server.
See moreDeclaration
Swift
public protocol PaymentsApiResponse : ApiResponse