Package com.increase.api.models
Class InboundAchTransfer.Addenda.Builder
-
- All Implemented Interfaces:
public final class InboundAchTransfer.Addenda.BuilderA builder for Addenda.
-
-
Method Summary
-
-
Method Detail
-
category
final InboundAchTransfer.Addenda.Builder category(InboundAchTransfer.Addenda.Category category)
The type of addendum.
-
category
final InboundAchTransfer.Addenda.Builder category(JsonField<InboundAchTransfer.Addenda.Category> category)
The type of addendum.
-
freeform
final InboundAchTransfer.Addenda.Builder freeform(InboundAchTransfer.Addenda.Freeform freeform)
Unstructured
payment_related_informationpassed through by the originator.
-
freeform
final InboundAchTransfer.Addenda.Builder freeform(Optional<InboundAchTransfer.Addenda.Freeform> freeform)
Unstructured
payment_related_informationpassed through by the originator.
-
freeform
final InboundAchTransfer.Addenda.Builder freeform(JsonField<InboundAchTransfer.Addenda.Freeform> freeform)
Unstructured
payment_related_informationpassed through by the originator.
-
additionalProperties
final InboundAchTransfer.Addenda.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InboundAchTransfer.Addenda.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InboundAchTransfer.Addenda.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InboundAchTransfer.Addenda.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InboundAchTransfer.Addenda.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InboundAchTransfer.Addenda build()
-
-
-
-