Class AccountActivityListResponse.FinancialTransaction.FinancialEvent
-
- All Implemented Interfaces:
public final class AccountActivityListResponse.FinancialTransaction.FinancialEventFinancial Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityListResponse.FinancialTransaction.FinancialEvent.BuilderA builder for FinancialEvent.
public final classAccountActivityListResponse.FinancialTransaction.FinancialEvent.ResultAPPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
public final classAccountActivityListResponse.FinancialTransaction.FinancialEvent.FinancialEventType
-
Method Summary
-
-
Method Detail
-
amount
final Optional<Long> amount()
Amount of the financial event that has been settled in the currency's smallest unit (e.g., cents).
-
created
final Optional<OffsetDateTime> created()
Date and time when the financial event occurred. UTC time zone.
-
result
final Optional<AccountActivityListResponse.FinancialTransaction.FinancialEvent.Result> result()
APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
-
type
final Optional<AccountActivityListResponse.FinancialTransaction.FinancialEvent.FinancialEventType> type()
-
_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<AccountActivityListResponse.FinancialTransaction.FinancialEvent.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<AccountActivityListResponse.FinancialTransaction.FinancialEvent.FinancialEventType> _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()
-
validate
final AccountActivityListResponse.FinancialTransaction.FinancialEvent validate()
-
builder
final static AccountActivityListResponse.FinancialTransaction.FinancialEvent.Builder builder()
Returns a mutable builder for constructing an instance of FinancialEvent.
-
-
-
-