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

com.ebay.sell.inventory.locations.models.Location Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.ebay.sell.inventory.locations.models;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class Location {

	private Address address;

	public Address getAddress() {
		return address;
	}

	public void setAddress(Address address) {
		this.address = address;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy