Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

OrderCancellation

hallee edited this page May 10, 2020 · 1 revision

OrderCancellation

public struct OrderCancellation: Codable, Hashable

Inheritance

Codable, Hashable

Properties

id

Order ID of the cancelled order.

let id: String

status

200 if the order was successfully cancelled. 500 if the server failed to cancel the order.

let status: Int

body

The order model.

let body: Order?
Clone this wiki locally