public class QueryInvoiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryInvoiceRequest() | 
| QueryInvoiceRequest(QueryInvoiceRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getInvoiceChannel()Get 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道 | 
| Long | getInvoicePlatformId()Get 开票平台ID
0 : 高灯
1 : 票易通 | 
| Long | getIsRed()Get 发票种类:
0:蓝票
1:红票【该字段默认为0, 如果需要查询红票信息,本字段必须传1,否则可能查询不到需要的发票信息】。 | 
| String | getOrderId()Get 订单号 | 
| String | getOrderSn()Get 业务开票号 | 
| String | getProfile()Get 接入环境。沙箱环境填sandbox。 | 
| String | getSellerTaxpayerNum()Get 当渠道为线下渠道时,必填 | 
| void | setInvoiceChannel(Long InvoiceChannel)Set 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道 | 
| void | setInvoicePlatformId(Long InvoicePlatformId)Set 开票平台ID
0 : 高灯
1 : 票易通 | 
| void | setIsRed(Long IsRed)Set 发票种类:
0:蓝票
1:红票【该字段默认为0, 如果需要查询红票信息,本字段必须传1,否则可能查询不到需要的发票信息】。 | 
| void | setOrderId(String OrderId)Set 订单号 | 
| void | setOrderSn(String OrderSn)Set 业务开票号 | 
| void | setProfile(String Profile)Set 接入环境。沙箱环境填sandbox。 | 
| void | setSellerTaxpayerNum(String SellerTaxpayerNum)Set 当渠道为线下渠道时,必填 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryInvoiceRequest()
public QueryInvoiceRequest(QueryInvoiceRequest source)
public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId - 开票平台ID
0 : 高灯
1 : 票易通public String getOrderId()
public void setOrderId(String OrderId)
OrderId - 订单号public String getOrderSn()
public void setOrderSn(String OrderSn)
OrderSn - 业务开票号public Long getIsRed()
public void setIsRed(Long IsRed)
IsRed - 发票种类:
0:蓝票
1:红票【该字段默认为0, 如果需要查询红票信息,本字段必须传1,否则可能查询不到需要的发票信息】。public String getProfile()
public void setProfile(String Profile)
Profile - 接入环境。沙箱环境填sandbox。public Long getInvoiceChannel()
public void setInvoiceChannel(Long InvoiceChannel)
InvoiceChannel - 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道public String getSellerTaxpayerNum()
public void setSellerTaxpayerNum(String SellerTaxpayerNum)
SellerTaxpayerNum - 当渠道为线下渠道时,必填Copyright © 2025. All rights reserved.