All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.carts.ShippingRateInputDraft Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.carts;

import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;

@JsonTypeInfo(
        use = JsonTypeInfo.Id.NAME,
        include = JsonTypeInfo.As.PROPERTY,
        property = "type")
@JsonSubTypes({
        @JsonSubTypes.Type(value = ClassificationShippingRateInputDraftDsl.class, name = "Classification"),
        @JsonSubTypes.Type(value = ScoreShippingRateInputDraftDsl.class, name = "Score")
})
public interface ShippingRateInputDraft  {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy