package io.delphiplatform.api.v3.model;


public interface DspPlaylistIdCountryCodeAwareModel {

    String getDsp();

    void setDsp(String dsp);

    String getPlaylistId();

    void setPlaylistId(String playlistId);

    String getCountryCode();

    void setCountryCode(String countryCode);
}
