public class CreateRedInvoiceRequest extends AbstractModel
Constructor and Description |
---|
CreateRedInvoiceRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getInvoicePlatformId()
Get 开票平台ID
|
CreateRedInvoiceItem[] |
getInvoices()
Get 红冲明细
|
String |
getProfile()
Get 接入环境。沙箱环境填 sandbox。
|
void |
setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId
- 开票平台IDpublic CreateRedInvoiceItem[] getInvoices()
public void setInvoices(CreateRedInvoiceItem[] Invoices)
Invoices
- 红冲明细public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填 sandbox。Copyright © 2020. All rights reserved.