Class ShippingOption

  • All Implemented Interfaces:
    java.io.Serializable

    public class ShippingOption
    extends java.lang.Object
    implements java.io.Serializable
    Stas Parshin 24 May 2017
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ShippingOption​(java.lang.String id, java.lang.String title, LabeledPrice... prices)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShippingOption

        public ShippingOption​(java.lang.String id,
                              java.lang.String title,
                              LabeledPrice... prices)