Class FinancialTransaction.FinancialEvent
-
- All Implemented Interfaces:
public final class FinancialTransaction.FinancialEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFinancialTransaction.FinancialEvent.BuilderA builder for FinancialEvent.
public final classFinancialTransaction.FinancialEvent.ResultAPPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
public final classFinancialTransaction.FinancialEvent.FinancialEventType
-
Method Summary
Modifier and Type Method Description final Optional<String>token()Globally unique identifier. final Optional<Long>amount()Amount of the financial event that has been settled in the currency's smallest unit (e.g., cents). final Optional<OffsetDateTime>created()Date and time when the financial event occurred. final Optional<FinancialTransaction.FinancialEvent.Result>result()APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network. final Optional<FinancialTransaction.FinancialEvent.FinancialEventType>type()final JsonField<String>_token()Globally unique identifier. final JsonField<Long>_amount()Amount of the financial event that has been settled in the currency's smallest unit (e.g., cents). final JsonField<OffsetDateTime>_created()Date and time when the financial event occurred. final JsonField<FinancialTransaction.FinancialEvent.Result>_result()APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network. final JsonField<FinancialTransaction.FinancialEvent.FinancialEventType>_type()final Map<String, JsonValue>_additionalProperties()final FinancialTransaction.FinancialEventvalidate()final FinancialTransaction.FinancialEvent.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FinancialTransaction.FinancialEvent.Builderbuilder()Returns a mutable builder for constructing an instance of FinancialEvent. -
-
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<FinancialTransaction.FinancialEvent.Result> result()
APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
-
_amount
final JsonField<Long> _amount()
Amount of the financial event that has been settled in the currency's smallest unit (e.g., cents).
-
_created
final JsonField<OffsetDateTime> _created()
Date and time when the financial event occurred. UTC time zone.
-
_result
final JsonField<FinancialTransaction.FinancialEvent.Result> _result()
APPROVED financial events were successful while DECLINED financial events were declined by user, Lithic, or the network.
-
_type
final JsonField<FinancialTransaction.FinancialEvent.FinancialEventType> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FinancialTransaction.FinancialEvent validate()
-
toBuilder
final FinancialTransaction.FinancialEvent.Builder toBuilder()
-
builder
final static FinancialTransaction.FinancialEvent.Builder builder()
Returns a mutable builder for constructing an instance of FinancialEvent.
-
-
-
-