suspend fun updateOrderPhoneNumberAsync(orderUUID: String, phoneNumber: String): <ERROR CLASS>
Updates the phone number on an F&B Order.
orderUUID
- the uuid of the Order you would like to update.
phoneNumber
- the new phone number to you would like to attach to the Order.
OrdersException
- when the phoneNumber fails to update.