Class SkuUpdateParams

    • Method Detail

      • getActive

        public java.lang.Boolean getActive()
        Whether this SKU is available for purchase.
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getAttributes()
        A dictionary of attributes and values for the attributes defined by the product. When specified, attributes will partially update the existing attributes dictionary on the product, with the postcondition that a value must be present for each attribute key on the product.
      • getExpand

        public java.util.List<java.lang.String> getExpand()
        Specifies which fields in the response should be expanded.
      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.Object> getExtraParams()
        Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
      • getImage

        public java.lang.Object getImage()
        The URL of an image for this SKU, meant to be displayable to the customer.
      • getMetadata

        public java.lang.Object getMetadata()
        Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.
      • getPackageDimensions

        public java.lang.Object getPackageDimensions()
        The dimensions of this SKU for shipping purposes.
      • getPrice

        public java.lang.Long getPrice()
        The cost of the item as a positive integer in the smallest currency unit (that is, 100 cents to charge $1.00, or 100 to charge ¥100, Japanese Yen being a zero-decimal currency).
      • getProduct

        public java.lang.Object getProduct()
        The ID of the product that this SKU should belong to. The product must exist, have the same set of attribute names as the SKU's current product, and be of type good.