Package com.increase.api.models
Class ExportCreateParams.BookkeepingAccountBalanceCsv
-
- All Implemented Interfaces:
public final class ExportCreateParams.BookkeepingAccountBalanceCsvOptions for the created export. Required if
categoryis equal tobookkeeping_account_balance_csv.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExportCreateParams.BookkeepingAccountBalanceCsv.BuilderA builder for BookkeepingAccountBalanceCsv.
public final classExportCreateParams.BookkeepingAccountBalanceCsv.CreatedAtFilter results by time range on the
created_atattribute.
-
Method Summary
Modifier and Type Method Description final Optional<String>bookkeepingAccountId()Filter exported Transactions to the specified Bookkeeping Account. final Optional<ExportCreateParams.BookkeepingAccountBalanceCsv.CreatedAt>createdAt()Filter results by time range on the created_atattribute.final JsonField<String>_bookkeepingAccountId()Filter exported Transactions to the specified Bookkeeping Account. final JsonField<ExportCreateParams.BookkeepingAccountBalanceCsv.CreatedAt>_createdAt()Filter results by time range on the created_atattribute.final Map<String, JsonValue>_additionalProperties()final ExportCreateParams.BookkeepingAccountBalanceCsvvalidate()final ExportCreateParams.BookkeepingAccountBalanceCsv.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ExportCreateParams.BookkeepingAccountBalanceCsv.Builderbuilder()-
-
Method Detail
-
bookkeepingAccountId
final Optional<String> bookkeepingAccountId()
Filter exported Transactions to the specified Bookkeeping Account.
-
createdAt
final Optional<ExportCreateParams.BookkeepingAccountBalanceCsv.CreatedAt> createdAt()
Filter results by time range on the
created_atattribute.
-
_bookkeepingAccountId
final JsonField<String> _bookkeepingAccountId()
Filter exported Transactions to the specified Bookkeeping Account.
-
_createdAt
final JsonField<ExportCreateParams.BookkeepingAccountBalanceCsv.CreatedAt> _createdAt()
Filter results by time range on the
created_atattribute.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ExportCreateParams.BookkeepingAccountBalanceCsv validate()
-
toBuilder
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder toBuilder()
-
builder
final static ExportCreateParams.BookkeepingAccountBalanceCsv.Builder builder()
-
-
-
-