Order

open class Order

Represents an order placed by the user to be reported using reportOrder

Types

Link copied to clipboard
open class Builder
Builder class for tracking a customer Order.
Link copied to clipboard
open class Customer
Represents a customer in the order customer
Link copied to clipboard
open class LineItem
Represents a line item in the order lineItems

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val id: String
Link copied to clipboard
Link copied to clipboard
open val purchaseDate: Date