Class Reseller


  • @ApiType("SoftLayer_Container_Product_Order_Dns_Domain_Reseller")
    public class Reseller
    extends Order
    This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. The SoftLayer_Container_Product_Order_Dns_Domain_Reseller datatype contains everything required to place a domain reseller credit order with SoftLayer.
    See Also:
    SoftLayer_Container_Product_Order_Dns_Domain_Reseller
    • Field Detail

      • creditAmountSpecified

        protected boolean creditAmountSpecified
    • Constructor Detail

      • Reseller

        public Reseller()
    • Method Detail

      • getCreditAmount

        public BigDecimal getCreditAmount()
      • setCreditAmount

        public void setCreditAmount​(BigDecimal creditAmount)
      • isCreditAmountSpecified

        public boolean isCreditAmountSpecified()
      • unsetCreditAmount

        public void unsetCreditAmount()