Class AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent
-
- All Implemented Interfaces:
public final class AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEventBook transfer Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BuilderA builder for BookTransferEvent.
public final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BookTransferDetailedResultspublic final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.ResultAPPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
public final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BookTransferTypeType of the book transfer
-
Method Summary
-
-
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 AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BookTransferDetailedResults detailedResults()
-
result
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Result result()
APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
-
type
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.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<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.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<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.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<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.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 AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder toBuilder()
-
validate
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent validate()
-
builder
final static AccountActivityRetrieveTransactionResponse.BookTransferTransaction.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()
-
-
-
-