public class CreateRedInvoiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateRedInvoiceRequest() | 
| CreateRedInvoiceRequest(CreateRedInvoiceRequest 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 : 票易通 | 
| CreateRedInvoiceItem[] | getInvoices()Get 红冲明细 | 
| String | getProfile()Get 接入环境。沙箱环境填 sandbox。 | 
| void | setInvoiceChannel(Long InvoiceChannel)Set 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道 | 
| void | setInvoicePlatformId(Long InvoicePlatformId)Set 开票平台ID
0 : 高灯
1 : 票易通 | 
| void | setInvoices(CreateRedInvoiceItem[] Invoices)Set 红冲明细 | 
| void | setProfile(String Profile)Set 接入环境。沙箱环境填 sandbox。 | 
| 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 CreateRedInvoiceRequest()
public CreateRedInvoiceRequest(CreateRedInvoiceRequest source)
public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId - 开票平台ID
0 : 高灯
1 : 票易通public CreateRedInvoiceItem[] getInvoices()
public void setInvoices(CreateRedInvoiceItem[] Invoices)
Invoices - 红冲明细public String getProfile()
public void setProfile(String Profile)
Profile - 接入环境。沙箱环境填 sandbox。public Long getInvoiceChannel()
public void setInvoiceChannel(Long InvoiceChannel)
InvoiceChannel - 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道Copyright © 2025. All rights reserved.