vnorder / com.venuenext.vnorder.orders.model / Order / <init>

<init>

Order(@NotNull uuid: String = "", id: String = "", userUUID: String? = null, createdAt: String? = null, canceledAt: String? = null, completedAt: String? = null, refundedAt: String? = null, userRefundable: String? = null, lastFour: String? = null, creditCardType: String? = null, lineItems: List<LineItem>? = null, lineItemErrors: List<LineItemError>? = null, itemCount: Int? = 0, productType: String? = null, promotions: List<Promotion>? = null, qrCodeData: String? = null, serviceType: String? = null, menuUUID: String? = null, standUUID: String? = null, standName: String? = null, state: String? = OrderState.DEFAULT, stateDescription: String? = null, stateDisplayName: String? = null, stateImage: List<String>? = null, stateInstructions: String? = null, subtotal: Double? = 0.0, taxRate: Double? = 0.0, tip: Double? = 0.0, total: Double? = 0.0, totalAmountInCents: Int? = 0, taxAmountInCents: Int? = 0, serviceChargeInCents: Int? = 0, totals: List<Total>? = null, userName: String? = null, userEmail: String? = null, usesQrCode: Boolean? = false, fulfillmentDate: String? = null, fulfillmentSlot: String? = null, userAttributes: UserAttribute? = null, discountAmountInCents: Int? = 0, itemNames: List<String>? = null, merchant: Merchant? = null, orderName: String? = null, quantity: Int? = 0, instructions: List<Instruction>? = null, orderNumber: String? = null, experienceItems: List<ExperienceItem>? = null, userItems: List<ExperienceUserItem>? = null, seat: Seat? = null, firstName: String? = null, lastName: String? = null, email: String? = null, tipSuggestions: List<TipSuggestion>? = null, usageType: String? = null)

Order VenueNext

Created on 2/19/19. Copyright © 2019 VenueNext Inc. All rights reserved.