io.github.dft.amazon.model.fulfillmentoutbound.v20200701.DeliveryWindow Maven / Gradle / Ivy
package io.github.dft.amazon.model.fulfillmentoutbound.v20200701;
import lombok.Data;
@Data
public class DeliveryWindow {
private String startDate;
private String endDate;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy