// The total amount transferred TO this account between start date and end date, a number defined as a string, for this asset account.
Instring`json:"in,omitempty"`
// The total amount transferred FROM this account between start date and end date, a number as a float, for this asset account. May have rounding errors.
InFloatfloat64`json:"in_float,omitempty"`
// The total amount transferred FROM this account between start date and end date, a number defined as a string, for this asset account.
Outstring`json:"out,omitempty"`
// The total amount transferred TO this account between start date and end date, a number as a float, for this asset account. May have rounding errors.
OutFloatfloat64`json:"out_float,omitempty"`
// The currency ID of the expenses listed for this account.
CurrencyIdstring`json:"currency_id,omitempty"`
// The currency code of the expenses listed for this account.