Class StatementLineItems.StatementLineItemResponse.Builder
-
- All Implemented Interfaces:
public final class StatementLineItems.StatementLineItemResponse.BuilderA builder for StatementLineItemResponse.
-
-
Method Summary
-
-
Method Detail
-
token
final StatementLineItems.StatementLineItemResponse.Builder token(String token)
Globally unique identifier for a Statement Line Item
-
token
final StatementLineItems.StatementLineItemResponse.Builder token(JsonField<String> token)
Globally unique identifier for a Statement Line Item
-
amount
final StatementLineItems.StatementLineItemResponse.Builder amount(Long amount)
Transaction amount in cents
-
amount
final StatementLineItems.StatementLineItemResponse.Builder amount(JsonField<Long> amount)
Transaction amount in cents
-
category
final StatementLineItems.StatementLineItemResponse.Builder category(StatementLineItems.StatementLineItemResponse.TransactionCategory category)
-
category
final StatementLineItems.StatementLineItemResponse.Builder category(JsonField<StatementLineItems.StatementLineItemResponse.TransactionCategory> category)
-
created
final StatementLineItems.StatementLineItemResponse.Builder created(OffsetDateTime created)
Timestamp of when the line item was generated
-
created
final StatementLineItems.StatementLineItemResponse.Builder created(JsonField<OffsetDateTime> created)
Timestamp of when the line item was generated
-
currency
final StatementLineItems.StatementLineItemResponse.Builder currency(String currency)
3-character alphabetic ISO 4217 code for the settling currency of the transaction
-
currency
final StatementLineItems.StatementLineItemResponse.Builder currency(JsonField<String> currency)
3-character alphabetic ISO 4217 code for the settling currency of the transaction
-
effectiveDate
final StatementLineItems.StatementLineItemResponse.Builder effectiveDate(LocalDate effectiveDate)
Date that the transaction effected the account balance
-
effectiveDate
final StatementLineItems.StatementLineItemResponse.Builder effectiveDate(JsonField<LocalDate> effectiveDate)
Date that the transaction effected the account balance
-
eventType
final StatementLineItems.StatementLineItemResponse.Builder eventType(StatementLineItems.StatementLineItemResponse.FinancialEventType eventType)
-
eventType
final StatementLineItems.StatementLineItemResponse.Builder eventType(JsonField<StatementLineItems.StatementLineItemResponse.FinancialEventType> eventType)
-
financialAccountToken
final StatementLineItems.StatementLineItemResponse.Builder financialAccountToken(String financialAccountToken)
Globally unique identifier for a financial account
-
financialAccountToken
final StatementLineItems.StatementLineItemResponse.Builder financialAccountToken(JsonField<String> financialAccountToken)
Globally unique identifier for a financial account
-
financialTransactionEventToken
final StatementLineItems.StatementLineItemResponse.Builder financialTransactionEventToken(String financialTransactionEventToken)
Globally unique identifier for a financial transaction event
-
financialTransactionEventToken
final StatementLineItems.StatementLineItemResponse.Builder financialTransactionEventToken(JsonField<String> financialTransactionEventToken)
Globally unique identifier for a financial transaction event
-
financialTransactionToken
final StatementLineItems.StatementLineItemResponse.Builder financialTransactionToken(String financialTransactionToken)
Globally unique identifier for a financial transaction
-
financialTransactionToken
final StatementLineItems.StatementLineItemResponse.Builder financialTransactionToken(JsonField<String> financialTransactionToken)
Globally unique identifier for a financial transaction
-
cardToken
final StatementLineItems.StatementLineItemResponse.Builder cardToken(String cardToken)
Globally unique identifier for a card
-
cardToken
final StatementLineItems.StatementLineItemResponse.Builder cardToken(JsonField<String> cardToken)
Globally unique identifier for a card
-
descriptor
final StatementLineItems.StatementLineItemResponse.Builder descriptor(String descriptor)
-
descriptor
final StatementLineItems.StatementLineItemResponse.Builder descriptor(JsonField<String> descriptor)
-
additionalProperties
final StatementLineItems.StatementLineItemResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final StatementLineItems.StatementLineItemResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final StatementLineItems.StatementLineItemResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final StatementLineItems.StatementLineItemResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final StatementLineItems.StatementLineItemResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final StatementLineItems.StatementLineItemResponse build()
-
-
-
-