Documentation ¶ Index ¶ type T func (a *T) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type T ¶ type T struct { Price *int64 `json:"price,omitempty"` // Currency is the lowercase ISO code of the currency to use. Currency *string `json:"currency,omitempty"` } func (*T) Validate ¶ func (a *T) Validate() error Source Files ¶ View all Source files accounting.go Directories ¶ Show internal Expand all Path Synopsis ledger transaction Click to show internal directories. Click to hide internal directories.