public class Order extends BaseModel
| Constructor and Description |
|---|
Order() |
public static OrderResponse create(IrisClient client, Order order) throws Exception
Exceptionpublic static OrderResponse get(IrisClient client, String orderId) throws Exception
Exceptionpublic String getid()
public void setid(String id)
public boolean isBackOrderRequested()
public void setBackOrderRequested(boolean backOrderRequested)
public Date getOrderCreateDate()
public void setOrderCreateDate(Date orderCreateDate)
public String getName()
public void setName(String name)
public String getSiteId()
public void setSiteId(String siteId)
public String getCustomerOrderId()
public void setCustomerOrderId(String customerOrderId)
public boolean isPartialAllowed()
public void setPartialAllowed(boolean partialAllowed)
public ExistingTelephoneNumberOrderType getExistingTelephoneNumberOrderType()
public void setExistingTelephoneNumberOrderType(ExistingTelephoneNumberOrderType existingTelephoneNumberOrderType)
public AreaCodeSearchAndOrderType getAreaCodeSearchAndOrderType()
public void setAreaCodeSearchAndOrderType(AreaCodeSearchAndOrderType areaCodeSearchAndOrderType)
public CitySearchAndOrderType getCitySearchAndOrderType()
public void setCitySearchAndOrderType(CitySearchAndOrderType citySearchAndOrderType)
public LATASearchAndOrderType getLataSearchAndOrderType()
public void setLataSearchAndOrderType(LATASearchAndOrderType lataSearchAndOrderType)
public NPANXXSearchAndOrderType getNpanxxSearchAndOrderType()
public void setNpanxxSearchAndOrderType(NPANXXSearchAndOrderType npanxxSearchAndOrderType)
public RateCenterSearchAndOrderType getRateCenterSearchAndOrderType()
public void setRateCenterSearchAndOrderType(RateCenterSearchAndOrderType rateCenterSearchAndOrderType)
public StateSearchAndOrderType getStateSearchAndOrderType()
public void setStateSearchAndOrderType(StateSearchAndOrderType stateSearchAndOrderType)
public TollFreeVanitySearchAndOrderType getTollFreeVanitySearchAndOrderType()
public void setTollFreeVanitySearchAndOrderType(TollFreeVanitySearchAndOrderType tollFreeVanitySearchAndOrderType)
public TollFreeWildCharSearchAndOrderType getTollFreeWildCharSearchAndOrderType()
public void setTollFreeWildCharSearchAndOrderType(TollFreeWildCharSearchAndOrderType tollFreeWildCharSearchAndOrderType)
public ZIPSearchAndOrderType getZipSearchAndOrderType()
public void setZipSearchAndOrderType(ZIPSearchAndOrderType zipSearchAndOrderType)
Copyright © 2018. All rights reserved.