data class RichCheckOutOrderPost
<init> |
RichCheckOutOrderPost(richCheckOutOrderMenuItems: List<RichCheckOutOrderMenuItem>, payments: List<RichCheckOutOrderPayment>, orderNumber: String, orderUUID: String, sourceDeviceUuid: String, userAttributes: UserAttribute? = null, tipAmountInCents: Int? = null) |
orderNumber |
val orderNumber: String |
orderUUID |
val orderUUID: String |
payments |
val payments: List<RichCheckOutOrderPayment> |
richCheckOutOrderMenuItems |
val richCheckOutOrderMenuItems: List<RichCheckOutOrderMenuItem> |
sourceDeviceUuid |
val sourceDeviceUuid: String |
tipAmountInCents |
val tipAmountInCents: Int? |
userAttributes |
val userAttributes: UserAttribute? |