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

io.github.dft.woocommerce.model.orderapi.OrderWrapper Maven / Gradle / Ivy

There is a newer version: 1.31
Show newest version
package io.github.dft.woocommerce.model.orderapi;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

import java.util.ArrayList;

@JsonIgnoreProperties(ignoreUnknown = true)
public class OrderWrapper extends ArrayList {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy