Package com.increase.api.models
Class Transaction.Source.InboundCheckAdjustment.Builder
-
- All Implemented Interfaces:
public final class Transaction.Source.InboundCheckAdjustment.BuilderA builder for InboundCheckAdjustment.
-
-
Method Summary
-
-
Method Detail
-
adjustedTransactionId
final Transaction.Source.InboundCheckAdjustment.Builder adjustedTransactionId(String adjustedTransactionId)
The ID of the transaction that was adjusted.
-
adjustedTransactionId
final Transaction.Source.InboundCheckAdjustment.Builder adjustedTransactionId(JsonField<String> adjustedTransactionId)
The ID of the transaction that was adjusted.
-
amount
final Transaction.Source.InboundCheckAdjustment.Builder amount(Long amount)
The amount of the check adjustment.
-
amount
final Transaction.Source.InboundCheckAdjustment.Builder amount(JsonField<Long> amount)
The amount of the check adjustment.
-
reason
final Transaction.Source.InboundCheckAdjustment.Builder reason(Transaction.Source.InboundCheckAdjustment.Reason reason)
The reason for the adjustment.
-
reason
final Transaction.Source.InboundCheckAdjustment.Builder reason(JsonField<Transaction.Source.InboundCheckAdjustment.Reason> reason)
The reason for the adjustment.
-
additionalProperties
final Transaction.Source.InboundCheckAdjustment.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final Transaction.Source.InboundCheckAdjustment.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final Transaction.Source.InboundCheckAdjustment.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final Transaction.Source.InboundCheckAdjustment.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final Transaction.Source.InboundCheckAdjustment.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final Transaction.Source.InboundCheckAdjustment build()
-
-
-
-