Class CreateRedInvoiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateRedInvoiceRequest
-
public class CreateRedInvoiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetInvoiceChannel()Get 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道LonggetInvoicePlatformId()Get 开票平台ID 0 : 高灯 1 : 票易通CreateRedInvoiceItem[]getInvoices()Get 红冲明细StringgetProfile()Get 接入环境。沙箱环境填 sandbox。voidsetInvoiceChannel(Long InvoiceChannel)Set 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道voidsetInvoicePlatformId(Long InvoicePlatformId)Set 开票平台ID 0 : 高灯 1 : 票易通voidsetInvoices(CreateRedInvoiceItem[] Invoices)Set 红冲明细voidsetProfile(String Profile)Set 接入环境。沙箱环境填 sandbox。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateRedInvoiceRequest
public CreateRedInvoiceRequest()
-
CreateRedInvoiceRequest
public 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.
-
-
Method Detail
-
getInvoicePlatformId
public Long getInvoicePlatformId()
Get 开票平台ID 0 : 高灯 1 : 票易通- Returns:
- InvoicePlatformId 开票平台ID 0 : 高灯 1 : 票易通
-
setInvoicePlatformId
public void setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID 0 : 高灯 1 : 票易通- Parameters:
InvoicePlatformId- 开票平台ID 0 : 高灯 1 : 票易通
-
getInvoices
public CreateRedInvoiceItem[] getInvoices()
Get 红冲明细- Returns:
- Invoices 红冲明细
-
setInvoices
public void setInvoices(CreateRedInvoiceItem[] Invoices)
Set 红冲明细- Parameters:
Invoices- 红冲明细
-
getProfile
public String getProfile()
Get 接入环境。沙箱环境填 sandbox。- Returns:
- Profile 接入环境。沙箱环境填 sandbox。
-
setProfile
public void setProfile(String Profile)
Set 接入环境。沙箱环境填 sandbox。- Parameters:
Profile- 接入环境。沙箱环境填 sandbox。
-
getInvoiceChannel
public Long getInvoiceChannel()
Get 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道- Returns:
- InvoiceChannel 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道
-
setInvoiceChannel
public void setInvoiceChannel(Long InvoiceChannel)
Set 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道- Parameters:
InvoiceChannel- 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道
-
-