Package com.increase.api.models
Class Transaction.Source.InboundAchTransfer.Addenda.Freeform.Entry
-
- All Implemented Interfaces:
public final class Transaction.Source.InboundAchTransfer.Addenda.Freeform.Entry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTransaction.Source.InboundAchTransfer.Addenda.Freeform.Entry.BuilderA builder for Entry.
-
Method Summary
Modifier and Type Method Description final StringpaymentRelatedInformation()The payment related information passed in the addendum. final JsonField<String>_paymentRelatedInformation()The payment related information passed in the addendum. final Map<String, JsonValue>_additionalProperties()final Transaction.Source.InboundAchTransfer.Addenda.Freeform.Entryvalidate()final Transaction.Source.InboundAchTransfer.Addenda.Freeform.Entry.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Transaction.Source.InboundAchTransfer.Addenda.Freeform.Entry.Builderbuilder()-
-
Method Detail
-
paymentRelatedInformation
final String paymentRelatedInformation()
The payment related information passed in the addendum.
-
_paymentRelatedInformation
final JsonField<String> _paymentRelatedInformation()
The payment related information passed in the addendum.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Transaction.Source.InboundAchTransfer.Addenda.Freeform.Entry validate()
-
builder
final static Transaction.Source.InboundAchTransfer.Addenda.Freeform.Entry.Builder builder()
-
-
-
-