- customerID: String
- name: String
- username: String
- registrationDate: Date
- phone: String
- email: String
- address: String
- cartID: String
- totalItems: Integer
- subtotal: Decimal
- productID: String
- quantity: Integer
- tempPrice: Decimal
- orderNumber: String
- orderDate: Date
- totalAmount: Decimal
- deliveryMethod: String
- status: String
- itemID: String
- unitPrice: Decimal
- paymentID: String
- paymentDate: Date
- amount: Decimal
- paymentMethod: String
- deliveryID: String
- deliveryTime: DateTime
- courierFee: Decimal
by k