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

com.pdd.pop.sdk.http.api.ark.response.PddEinvoiceOutboundRuihongQueryTaxDiskStatusResponse Maven / Gradle / Ivy

There is a newer version: 1.10.85
Show newest version
package com.pdd.pop.sdk.http.api.ark.response;

import com.pdd.pop.ext.fasterxml.jackson.annotation.JsonProperty;
import com.pdd.pop.sdk.http.PopBaseHttpResponse;




public class PddEinvoiceOutboundRuihongQueryTaxDiskStatusResponse extends PopBaseHttpResponse {

    /**
     * 处理结果代码。
     */
    @JsonProperty("code")
    private String code;

    /**
     * 处理结果消息。
     */
    @JsonProperty("message")
    private String message;

    /**
     * 0:离线;1:在线
     */
    @JsonProperty("online")
    private String online;

    public String getCode() {
        return code;
    }

    public String getMessage() {
        return message;
    }

    public String getOnline() {
        return online;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy