jsontypes

package
v0.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: Apache-2.0, MIT Imports: 0 Imported by: 0

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

type StatementItem struct {
	Dt      int32  `json:"dt"`
	FileKey string `json:"file_key"`
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL