Class StatementLineItems.StatementLineItemResponse
-
- All Implemented Interfaces:
public final class StatementLineItems.StatementLineItemResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStatementLineItems.StatementLineItemResponse.BuilderA builder for StatementLineItemResponse.
public final classStatementLineItems.StatementLineItemResponse.TransactionCategorypublic final classStatementLineItems.StatementLineItemResponse.FinancialEventType
-
Method Summary
Modifier and Type Method Description final Stringtoken()Globally unique identifier for a Statement Line Item final Longamount()Transaction amount in cents final StatementLineItems.StatementLineItemResponse.TransactionCategorycategory()final OffsetDateTimecreated()Timestamp of when the line item was generated final Stringcurrency()3-character alphabetic ISO 4217 code for the settling currency of the transaction final LocalDateeffectiveDate()Date that the transaction effected the account balance final StatementLineItems.StatementLineItemResponse.FinancialEventTypeeventType()final StringfinancialAccountToken()Globally unique identifier for a financial account final StringfinancialTransactionEventToken()Globally unique identifier for a financial transaction event final StringfinancialTransactionToken()Globally unique identifier for a financial transaction final Optional<String>cardToken()Globally unique identifier for a card final Optional<String>descriptor()final JsonField<String>_token()Globally unique identifier for a Statement Line Item final JsonField<Long>_amount()Transaction amount in cents final JsonField<StatementLineItems.StatementLineItemResponse.TransactionCategory>_category()final JsonField<OffsetDateTime>_created()Timestamp of when the line item was generated final JsonField<String>_currency()3-character alphabetic ISO 4217 code for the settling currency of the transaction final JsonField<LocalDate>_effectiveDate()Date that the transaction effected the account balance final JsonField<StatementLineItems.StatementLineItemResponse.FinancialEventType>_eventType()final JsonField<String>_financialAccountToken()Globally unique identifier for a financial account final JsonField<String>_financialTransactionEventToken()Globally unique identifier for a financial transaction event final JsonField<String>_financialTransactionToken()Globally unique identifier for a financial transaction final JsonField<String>_cardToken()Globally unique identifier for a card final JsonField<String>_descriptor()final Map<String, JsonValue>_additionalProperties()final StatementLineItems.StatementLineItemResponsevalidate()final StatementLineItems.StatementLineItemResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static StatementLineItems.StatementLineItemResponse.Builderbuilder()Returns a mutable builder for constructing an instance of StatementLineItemResponse. -
-
Method Detail
-
category
final StatementLineItems.StatementLineItemResponse.TransactionCategory category()
-
created
final OffsetDateTime created()
Timestamp of when the line item was generated
-
currency
final String currency()
3-character alphabetic ISO 4217 code for the settling currency of the transaction
-
effectiveDate
final LocalDate effectiveDate()
Date that the transaction effected the account balance
-
eventType
final StatementLineItems.StatementLineItemResponse.FinancialEventType eventType()
-
financialAccountToken
final String financialAccountToken()
Globally unique identifier for a financial account
-
financialTransactionEventToken
final String financialTransactionEventToken()
Globally unique identifier for a financial transaction event
-
financialTransactionToken
final String financialTransactionToken()
Globally unique identifier for a financial transaction
-
descriptor
final Optional<String> descriptor()
-
_category
final JsonField<StatementLineItems.StatementLineItemResponse.TransactionCategory> _category()
-
_created
final JsonField<OffsetDateTime> _created()
Timestamp of when the line item was generated
-
_currency
final JsonField<String> _currency()
3-character alphabetic ISO 4217 code for the settling currency of the transaction
-
_effectiveDate
final JsonField<LocalDate> _effectiveDate()
Date that the transaction effected the account balance
-
_eventType
final JsonField<StatementLineItems.StatementLineItemResponse.FinancialEventType> _eventType()
-
_financialAccountToken
final JsonField<String> _financialAccountToken()
Globally unique identifier for a financial account
-
_financialTransactionEventToken
final JsonField<String> _financialTransactionEventToken()
Globally unique identifier for a financial transaction event
-
_financialTransactionToken
final JsonField<String> _financialTransactionToken()
Globally unique identifier for a financial transaction
-
_cardToken
final JsonField<String> _cardToken()
Globally unique identifier for a card
-
_descriptor
final JsonField<String> _descriptor()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final StatementLineItems.StatementLineItemResponse validate()
-
toBuilder
final StatementLineItems.StatementLineItemResponse.Builder toBuilder()
-
builder
final static StatementLineItems.StatementLineItemResponse.Builder builder()
Returns a mutable builder for constructing an instance of StatementLineItemResponse.
The following fields are required:
.token() .amount() .category() .created() .currency() .effectiveDate() .eventType() .financialAccountToken() .financialTransactionEventToken() .financialTransactionToken()
-
-
-
-