Package com.increase.api.models
Class ExportCreateParams.BookkeepingAccountBalanceCsv.Builder
-
- All Implemented Interfaces:
public final class ExportCreateParams.BookkeepingAccountBalanceCsv.BuilderA builder for BookkeepingAccountBalanceCsv.
-
-
Method Summary
-
-
Method Detail
-
bookkeepingAccountId
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder bookkeepingAccountId(String bookkeepingAccountId)
Filter exported Transactions to the specified Bookkeeping Account.
-
bookkeepingAccountId
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder bookkeepingAccountId(JsonField<String> bookkeepingAccountId)
Filter exported Transactions to the specified Bookkeeping Account.
-
createdAt
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder createdAt(ExportCreateParams.BookkeepingAccountBalanceCsv.CreatedAt createdAt)
Filter results by time range on the
created_atattribute.
-
createdAt
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder createdAt(JsonField<ExportCreateParams.BookkeepingAccountBalanceCsv.CreatedAt> createdAt)
Filter results by time range on the
created_atattribute.
-
additionalProperties
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ExportCreateParams.BookkeepingAccountBalanceCsv.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ExportCreateParams.BookkeepingAccountBalanceCsv build()
-
-
-
-