Class OrderResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.order.OrderResponse
All Implemented Interfaces:
Serializable

public class OrderResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • title

      private String title
    • description

      private String description
    • price

      private Double price
    • state

      private String state
    • time

      private String time
    • status

      private String status
    • statusText

      private String statusText
    • orderUid

      private String orderUid
    • orderTitle

      private String orderTitle
    • orderImage

      private String orderImage
    • orderDescription

      private String orderDescription
    • orderPrice

      private Double orderPrice
    • orderUrl

      private String orderUrl
    • orderTagList

      private List<String> orderTagList
    • orderExtra

      private String orderExtra
    • orderQuantity

      private Integer orderQuantity
    • totalAmount

      private Double totalAmount
    • shippingName

      private String shippingName
    • shippingPhone

      private String shippingPhone
    • shippingAddress

      private String shippingAddress
    • paymentMethod

      private String paymentMethod
    • extra

      private String extra
  • Constructor Details

    • OrderResponse

      public OrderResponse()