Package com.lithic.api.models
Class AccountActivityListResponse.BookTransferTransaction.TransactionSeries
-
- All Implemented Interfaces:
public final class AccountActivityListResponse.BookTransferTransaction.TransactionSeries
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityListResponse.BookTransferTransaction.TransactionSeries.BuilderA builder for TransactionSeries.
-
Method Summary
Modifier and Type Method Description final Optional<String>relatedTransactionEventToken()final Optional<String>relatedTransactionToken()final Stringtype()final JsonField<String>_relatedTransactionEventToken()Returns the raw JSON value of relatedTransactionEventToken. final JsonField<String>_relatedTransactionToken()Returns the raw JSON value of relatedTransactionToken. final JsonField<String>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final AccountActivityListResponse.BookTransferTransaction.TransactionSeries.BuildertoBuilder()final AccountActivityListResponse.BookTransferTransaction.TransactionSeriesvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AccountActivityListResponse.BookTransferTransaction.TransactionSeries.Builderbuilder()Returns a mutable builder for constructing an instance of TransactionSeries. -
-
Method Detail
-
relatedTransactionEventToken
final Optional<String> relatedTransactionEventToken()
-
relatedTransactionToken
final Optional<String> relatedTransactionToken()
-
_relatedTransactionEventToken
final JsonField<String> _relatedTransactionEventToken()
Returns the raw JSON value of relatedTransactionEventToken.
Unlike relatedTransactionEventToken, this method doesn't throw if the JSON field has an unexpected type.
-
_relatedTransactionToken
final JsonField<String> _relatedTransactionToken()
Returns the raw JSON value of relatedTransactionToken.
Unlike relatedTransactionToken, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<String> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountActivityListResponse.BookTransferTransaction.TransactionSeries.Builder toBuilder()
-
builder
final static AccountActivityListResponse.BookTransferTransaction.TransactionSeries.Builder builder()
Returns a mutable builder for constructing an instance of TransactionSeries.
The following fields are required:
.relatedTransactionEventToken() .relatedTransactionToken() .type()
-
-
-
-