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

eleme.openapi.sdk.api.entity.invoice.ShopSellerSettingsQueryResponse Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.invoice;

public class ShopSellerSettingsQueryResponse{

    /**
     * 店铺ID
     */
    private Long shopId;
    public Long getShopId() {
        return shopId;
    }
    public void setShopId(Long shopId) {
        this.shopId = shopId;
    }
    
    /**
     * 店铺销方开票设置
     */
    private ShopSellerSettings settings;
    public ShopSellerSettings getSettings() {
        return settings;
    }
    public void setSettings(ShopSellerSettings settings) {
        this.settings = settings;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy