in class com.printnode.api.Options there is a private Boolean fitToPage; which maps by default to "fitToPage" json field, not "fit_to_page" as PrintNode api expected
According to the Json docs i found that you need use annotation like:
@SerializedName("fit_to_page") instead plain field declaration