public class CreateRedInvoiceV2Request extends AbstractModel
skipSign
Constructor and Description |
---|
CreateRedInvoiceV2Request() |
CreateRedInvoiceV2Request(CreateRedInvoiceV2Request 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 : 票易通
|
String |
getOrderId()
Get 订单号
|
String |
getProfile()
Get 接入环境。沙箱环境填 sandbox。
|
void |
setInvoiceChannel(Long InvoiceChannel)
Set 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道
|
void |
setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID
0 : 高灯
1 : 票易通
|
void |
setOrderId(String OrderId)
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateRedInvoiceV2Request()
public CreateRedInvoiceV2Request(CreateRedInvoiceV2Request source)
public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId
- 开票平台ID
0 : 高灯
1 : 票易通public String getOrderId()
public void setOrderId(String OrderId)
OrderId
- 订单号public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填 sandbox。public Long getInvoiceChannel()
public void setInvoiceChannel(Long InvoiceChannel)
InvoiceChannel
- 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道Copyright © 2023. All rights reserved.