Class OrderSummary

java.lang.Object
org.api.manapool.model.OrderSummary
All Implemented Interfaces:
Serializable

public class OrderSummary extends Object implements Serializable
See Also:
  • Constructor Details

    • OrderSummary

      public OrderSummary()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getCreatedAtDate

      public Date getCreatedAtDate()
    • getCreatedAt

      public String getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getTotalCents

      public Integer getTotalCents()
    • getTotal

      public Double getTotal()
    • setTotalCents

      public void setTotalCents(Integer totalCents)
    • getShippingMethod

      public String getShippingMethod()
    • setShippingMethod

      public void setShippingMethod(String shippingMethod)
    • getLatestStatus

      public String getLatestStatus()
    • setLatestStatus

      public void setLatestStatus(String latestStatus)