Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatementDownloadURLResponse ¶
type StatementDownloadURLResponse struct {
URL string `json:"url"`
}
StatementDownloadURLResponse is the JSON response for the download URL API.
type StatementItem ¶
StatementItem is the JSON representation of a statement list entry.
type StatementListResponse ¶
type StatementListResponse struct {
List []*StatementItem `json:"list"`
}
StatementListResponse is the JSON response for the list statements API.
Click to show internal directories.
Click to hide internal directories.