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