Class BookTransferResponse.BookTransferEvent
-
- All Implemented Interfaces:
public final class BookTransferResponse.BookTransferEventBook transfer Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBookTransferResponse.BookTransferEvent.BuilderA builder for BookTransferEvent.
public final classBookTransferResponse.BookTransferEvent.BookTransferDetailedResultspublic final classBookTransferResponse.BookTransferEvent.ResultAPPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
public final classBookTransferResponse.BookTransferEvent.BookTransferTypeType of the book transfer
-
Method Summary
Modifier and Type Method Description final Stringtoken()Globally unique identifier. final Longamount()Amount of the financial event that has been settled in the currency's smallest unit (e.g., cents). final OffsetDateTimecreated()Date and time when the financial event occurred. final BookTransferResponse.BookTransferEvent.BookTransferDetailedResultsdetailedResults()final Stringmemo()Memo for the transfer. final BookTransferResponse.BookTransferEvent.Resultresult()APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network. final Stringsubtype()The program specific subtype code for the specified category/type. final BookTransferResponse.BookTransferEvent.BookTransferTypetype()Type of the book transfer final JsonField<String>_token()Returns the raw JSON value of token. final JsonField<Long>_amount()Returns the raw JSON value of amount. final JsonField<OffsetDateTime>_created()Returns the raw JSON value of created. final JsonField<BookTransferResponse.BookTransferEvent.BookTransferDetailedResults>_detailedResults()Returns the raw JSON value of detailedResults. final JsonField<String>_memo()Returns the raw JSON value of memo. final JsonField<BookTransferResponse.BookTransferEvent.Result>_result()Returns the raw JSON value of result. final JsonField<String>_subtype()Returns the raw JSON value of subtype. final JsonField<BookTransferResponse.BookTransferEvent.BookTransferType>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BookTransferResponse.BookTransferEvent.BuildertoBuilder()final BookTransferResponse.BookTransferEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BookTransferResponse.BookTransferEvent.Builderbuilder()Returns a mutable builder for constructing an instance of BookTransferEvent. -
-
Method Detail
-
amount
final Long amount()
Amount of the financial event that has been settled in the currency's smallest unit (e.g., cents).
-
created
final OffsetDateTime created()
Date and time when the financial event occurred. UTC time zone.
-
detailedResults
final BookTransferResponse.BookTransferEvent.BookTransferDetailedResults detailedResults()
-
result
final BookTransferResponse.BookTransferEvent.Result result()
APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
-
type
final BookTransferResponse.BookTransferEvent.BookTransferType type()
Type of the book transfer
-
_token
final JsonField<String> _token()
Returns the raw JSON value of token.
Unlike token, this method doesn't throw if the JSON field has an unexpected type.
-
_amount
final JsonField<Long> _amount()
Returns the raw JSON value of amount.
Unlike amount, this method doesn't throw if the JSON field has an unexpected type.
-
_created
final JsonField<OffsetDateTime> _created()
Returns the raw JSON value of created.
Unlike created, this method doesn't throw if the JSON field has an unexpected type.
-
_detailedResults
final JsonField<BookTransferResponse.BookTransferEvent.BookTransferDetailedResults> _detailedResults()
Returns the raw JSON value of detailedResults.
Unlike detailedResults, this method doesn't throw if the JSON field has an unexpected type.
-
_memo
final JsonField<String> _memo()
Returns the raw JSON value of memo.
Unlike memo, this method doesn't throw if the JSON field has an unexpected type.
-
_result
final JsonField<BookTransferResponse.BookTransferEvent.Result> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_subtype
final JsonField<String> _subtype()
Returns the raw JSON value of subtype.
Unlike subtype, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BookTransferResponse.BookTransferEvent.BookTransferType> _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 BookTransferResponse.BookTransferEvent.Builder toBuilder()
-
validate
final BookTransferResponse.BookTransferEvent validate()
-
builder
final static BookTransferResponse.BookTransferEvent.Builder builder()
Returns a mutable builder for constructing an instance of BookTransferEvent.
The following fields are required:
.token() .amount() .created() .detailedResults() .memo() .result() .subtype() .type()
-
-
-
-