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

com.scayle.adminapi.model.ShopCountryWarehouse Maven / Gradle / Ivy

There is a newer version: 1.24.0
Show newest version
package com.scayle.adminapi.model;

import java.util.List;
import java.util.Map;

import com.google.gson.annotations.SerializedName;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class ShopCountryWarehouse implements ApiObjectInterface {
    /**
    * The ID of the warehouse created by SCAYLE.
    */
    @SerializedName("id")
    Integer id;

    /**
    * A key that uniquely identifies the warehouse within the tenant's ecosystem.
    */
    @SerializedName("referenceKey")
    String referenceKey;

    /**
    * The priority of the warehouse. The higher the value, the higher the priority.
    */
    @SerializedName("priority")
    Integer priority;

    /**
    * The assigned package group of the warehouse.
    */
    @SerializedName("packageGroup")
    PackageGroup packageGroup;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy