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