Class AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder
-
- All Implemented Interfaces:
public final class AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BuilderA builder for BookTransferEvent.
-
-
Method Summary
-
-
Method Detail
-
token
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder token(String token)
Globally unique identifier.
-
token
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder token(JsonField<String> token)
Sets Builder.token to an arbitrary JSON value.
You should usually call Builder.token with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
amount
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder amount(Long amount)
Amount of the financial event that has been settled in the currency's smallest unit (e.g., cents).
-
amount
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder amount(JsonField<Long> amount)
Sets Builder.amount to an arbitrary JSON value.
You should usually call Builder.amount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
created
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder created(OffsetDateTime created)
Date and time when the financial event occurred. UTC time zone.
-
created
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder created(JsonField<OffsetDateTime> created)
Sets Builder.created to an arbitrary JSON value.
You should usually call Builder.created with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
detailedResults
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder detailedResults(AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BookTransferDetailedResults detailedResults)
-
detailedResults
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder detailedResults(JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BookTransferDetailedResults> detailedResults)
Sets Builder.detailedResults to an arbitrary JSON value.
You should usually call Builder.detailedResults with a well-typed BookTransferDetailedResults value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
memo
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder memo(String memo)
Memo for the transfer.
-
memo
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder memo(JsonField<String> memo)
Sets Builder.memo to an arbitrary JSON value.
You should usually call Builder.memo with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
result
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder result(AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Result result)
APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
-
result
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder result(JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Result> result)
Sets Builder.result to an arbitrary JSON value.
You should usually call Builder.result with a well-typed Result value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
subtype
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder subtype(String subtype)
The program specific subtype code for the specified category/type.
-
subtype
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder subtype(JsonField<String> subtype)
Sets Builder.subtype to an arbitrary JSON value.
You should usually call Builder.subtype with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder type(AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BookTransferType type)
Type of the book transfer
-
type
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder type(JsonField<AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.BookTransferType> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed BookTransferType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AccountActivityRetrieveTransactionResponse.BookTransferTransaction.BookTransferEvent build()
Returns an immutable instance of BookTransferEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.token() .amount() .created() .detailedResults() .memo() .result() .subtype() .type()
-
-
-
-