Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/order
DownloadFbsInvoicesResponse
Interface DownloadFbsInvoicesResponse
Response for downloading FBS invoices
interface
DownloadFbsInvoicesResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
result_list
:
FbsInvoiceDownloadResult
[]
}
;
result
?:
{
result_list
:
FbsInvoiceDownloadResult
[]
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
result_list
:
FbsInvoiceDownloadResult
[]
}
>
DownloadFbsInvoicesResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
result_list
:
FbsInvoiceDownloadResult
[]
}
Type Declaration
result_list
:
FbsInvoiceDownloadResult
[]
The list of download results
Optional
result
result
?:
{
result_list
:
FbsInvoiceDownloadResult
[]
}
Type Declaration
result_list
:
FbsInvoiceDownloadResult
[]
The list of download results
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
message
request_
id
response
result
Shopee SDK API Reference - v1.11.0
Loading...
Response for downloading FBS invoices