Order

class Order

Information about an order.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The line items for the order

Link copied to clipboard

The fulfillment date of the order.

Link copied to clipboard

The ID of the order.

Link copied to clipboard

The submission date for the order.

Link copied to clipboard

The type of order.

Link copied to clipboard

The ID of the Outpost in the order.

Link copied to clipboard

The payment option for the order.

Link copied to clipboard

The payment term.

Link copied to clipboard

The status of the order.

Functions

Link copied to clipboard
inline fun copy(block: Order.Builder.() -> Unit = {}): Order
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String