Class ShippingMethod

java.lang.Object
com.onlinepayments.domain.ShippingMethod

public class ShippingMethod extends Object
  • Constructor Details

    • ShippingMethod

      public ShippingMethod()
  • Method Details

    • getDetails

      public String getDetails()
      Details about the shipping method
    • setDetails

      public void setDetails(String value)
      Details about the shipping method
    • withDetails

      public ShippingMethod withDetails(String value)
      Details about the shipping method
    • getName

      public String getName()
      Name of the shipping method
    • setName

      public void setName(String value)
      Name of the shipping method
    • withName

      public ShippingMethod withName(String value)
      Name of the shipping method
    • getSpeed

      public Integer getSpeed()
      Number of hours to delivery
    • setSpeed

      public void setSpeed(Integer value)
      Number of hours to delivery
    • withSpeed

      public ShippingMethod withSpeed(Integer value)
      Number of hours to delivery
    • getType

      public String getType()
      Shipping method type
    • setType

      public void setType(String value)
      Shipping method type
    • withType

      public ShippingMethod withType(String value)
      Shipping method type