Class AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent
-
- All Implemented Interfaces:
public final class AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEventPayment Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.BuilderA builder for PaymentEvent.
public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.ResultAPPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.TypeEvent types:
ACH_ORIGINATION_INITIATED- ACH origination received and pending approval/release from an ACH hold.ACH_ORIGINATION_REVIEWED- ACH origination has completed the review process.ACH_ORIGINATION_CANCELLED- ACH origination has been cancelled.ACH_ORIGINATION_PROCESSED- ACH origination has been processed and sent to the Federal Reserve.ACH_ORIGINATION_SETTLED- ACH origination has settled.ACH_ORIGINATION_RELEASED- ACH origination released from pending to available balance.ACH_RETURN_PROCESSED- ACH origination returned by the Receiving Depository Financial Institution.ACH_RECEIPT_PROCESSED- ACH receipt pending release from an ACH holder.ACH_RETURN_INITIATED- ACH initiated return for a ACH receipt.ACH_RECEIPT_SETTLED- ACH receipt funds have settled.ACH_RECEIPT_RELEASED- ACH receipt released from pending to available balance.ACH_RETURN_SETTLED- ACH receipt return settled by the Receiving Depository Financial Institution.
public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.DetailedResult
-
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 AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Resultresult()APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network. final AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Typetype()Event types: ACH_ORIGINATION_INITIATED- ACH origination received and pending approval/release from an ACH hold.ACH_ORIGINATION_REVIEWED- ACH origination has completed the review process.ACH_ORIGINATION_CANCELLED- ACH origination has been cancelled.ACH_ORIGINATION_PROCESSED- ACH origination has been processed and sent to the Federal Reserve.ACH_ORIGINATION_SETTLED- ACH origination has settled.ACH_ORIGINATION_RELEASED- ACH origination released from pending to available balance.ACH_RETURN_PROCESSED- ACH origination returned by the Receiving Depository Financial Institution.ACH_RECEIPT_PROCESSED- ACH receipt pending release from an ACH holder.ACH_RETURN_INITIATED- ACH initiated return for a ACH receipt.ACH_RECEIPT_SETTLED- ACH receipt funds have settled.ACH_RECEIPT_RELEASED- ACH receipt released from pending to available balance.ACH_RETURN_SETTLED- ACH receipt return settled by the Receiving Depository Financial Institution.
final Optional<List<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.DetailedResult>>detailedResults()More detailed reasons for the event 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<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Result>_result()Returns the raw JSON value of result. final JsonField<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Type>_type()Returns the raw JSON value of type. final JsonField<List<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.DetailedResult>>_detailedResults()Returns the raw JSON value of detailedResults. final Map<String, JsonValue>_additionalProperties()final AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.BuildertoBuilder()final AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Builderbuilder()Returns a mutable builder for constructing an instance of PaymentEvent. -
-
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.
-
result
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Result result()
APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
-
type
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Type type()
Event types:
ACH_ORIGINATION_INITIATED- ACH origination received and pending approval/release from an ACH hold.ACH_ORIGINATION_REVIEWED- ACH origination has completed the review process.ACH_ORIGINATION_CANCELLED- ACH origination has been cancelled.ACH_ORIGINATION_PROCESSED- ACH origination has been processed and sent to the Federal Reserve.ACH_ORIGINATION_SETTLED- ACH origination has settled.ACH_ORIGINATION_RELEASED- ACH origination released from pending to available balance.ACH_RETURN_PROCESSED- ACH origination returned by the Receiving Depository Financial Institution.ACH_RECEIPT_PROCESSED- ACH receipt pending release from an ACH holder.ACH_RETURN_INITIATED- ACH initiated return for a ACH receipt.ACH_RECEIPT_SETTLED- ACH receipt funds have settled.ACH_RECEIPT_RELEASED- ACH receipt released from pending to available balance.ACH_RETURN_SETTLED- ACH receipt return settled by the Receiving Depository Financial Institution.
-
detailedResults
final Optional<List<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.DetailedResult>> detailedResults()
More detailed reasons for the event
-
_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.
-
_result
final JsonField<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Result> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_detailedResults
final JsonField<List<AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.DetailedResult>> _detailedResults()
Returns the raw JSON value of detailedResults.
Unlike detailedResults, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Builder toBuilder()
-
validate
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent validate()
-
builder
final static AccountActivityRetrieveTransactionResponse.PaymentTransaction.PaymentEvent.Builder builder()
Returns a mutable builder for constructing an instance of PaymentEvent.
The following fields are required:
.token() .amount() .created() .result() .type()
-
-
-