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

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