io.github.dft.flipkart.model.v3.selfship.ShipmentResponseWrapper Maven / Gradle / Ivy
package io.github.dft.flipkart.model.v3.selfship;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
import java.util.List;
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class ShipmentResponseWrapper {
private List shipments;
private List errors;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy