Class AccountActivityRetrieveTransactionResponse.BookTransferTransaction
-
- All Implemented Interfaces:
public final class AccountActivityRetrieveTransactionResponse.BookTransferTransactionBook transfer transaction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.BuilderA builder for BookTransferTransaction.
public final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionCategorypublic final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEventBook transfer Event
public final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionFamilyTypespublic final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionResultpublic final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionStatusThe status of the transaction
public final classAccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionSeries
-
Method Summary
-
-
Method Detail
-
category
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionCategory category()
-
created
final OffsetDateTime created()
ISO 8601 timestamp of when the transaction was created
-
events
final List<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent> events()
List of events associated with this book transfer
-
family
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionFamilyTypes family()
-
fromFinancialAccountToken
final String fromFinancialAccountToken()
Source account token
-
pendingAmount
final Long pendingAmount()
The pending amount of the transaction in cents
-
result
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionResult result()
-
settledAmount
final Long settledAmount()
The settled amount of the transaction in cents
-
status
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionStatus status()
The status of the transaction
-
toFinancialAccountToken
final String toFinancialAccountToken()
Destination account token
-
updated
final OffsetDateTime updated()
ISO 8601 timestamp of when the transaction was last updated
-
externalId
final Optional<String> externalId()
External identifier for the transaction
-
externalResource
final Optional<ExternalResource> externalResource()
External resource associated with the management operation
-
transactionSeries
final Optional<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionSeries> transactionSeries()
-
_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.
-
_category
final JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionCategory> _category()
Returns the raw JSON value of category.
Unlike category, 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.
-
_currency
final JsonField<String> _currency()
Returns the raw JSON value of currency.
Unlike currency, this method doesn't throw if the JSON field has an unexpected type.
-
_events
final JsonField<List<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent>> _events()
Returns the raw JSON value of events.
Unlike events, this method doesn't throw if the JSON field has an unexpected type.
-
_family
final JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionFamilyTypes> _family()
Returns the raw JSON value of family.
Unlike family, this method doesn't throw if the JSON field has an unexpected type.
-
_fromFinancialAccountToken
final JsonField<String> _fromFinancialAccountToken()
Returns the raw JSON value of fromFinancialAccountToken.
Unlike fromFinancialAccountToken, this method doesn't throw if the JSON field has an unexpected type.
-
_pendingAmount
final JsonField<Long> _pendingAmount()
Returns the raw JSON value of pendingAmount.
Unlike pendingAmount, this method doesn't throw if the JSON field has an unexpected type.
-
_result
final JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionResult> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_settledAmount
final JsonField<Long> _settledAmount()
Returns the raw JSON value of settledAmount.
Unlike settledAmount, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionStatus> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_toFinancialAccountToken
final JsonField<String> _toFinancialAccountToken()
Returns the raw JSON value of toFinancialAccountToken.
Unlike toFinancialAccountToken, this method doesn't throw if the JSON field has an unexpected type.
-
_updated
final JsonField<OffsetDateTime> _updated()
Returns the raw JSON value of updated.
Unlike updated, this method doesn't throw if the JSON field has an unexpected type.
-
_externalId
final JsonField<String> _externalId()
Returns the raw JSON value of externalId.
Unlike externalId, this method doesn't throw if the JSON field has an unexpected type.
-
_externalResource
final JsonField<ExternalResource> _externalResource()
Returns the raw JSON value of externalResource.
Unlike externalResource, this method doesn't throw if the JSON field has an unexpected type.
-
_transactionSeries
final JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.TransactionSeries> _transactionSeries()
Returns the raw JSON value of transactionSeries.
Unlike transactionSeries, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.Builder toBuilder()
-
builder
final static AccountActivityRetrieveTransactionResponse.BookTransferTransaction.Builder builder()
Returns a mutable builder for constructing an instance of BookTransferTransaction.
The following fields are required:
.token() .category() .created() .currency() .events() .family() .fromFinancialAccountToken() .pendingAmount() .result() .settledAmount() .status() .toFinancialAccountToken() .updated()
-
-
-
-