Package com.increase.api.models
Class AccountNumberUpdateParams.InboundAch.Builder
-
- All Implemented Interfaces:
public final class AccountNumberUpdateParams.InboundAch.BuilderA builder for InboundAch.
-
-
Method Summary
Modifier and Type Method Description final AccountNumberUpdateParams.InboundAch.BuilderdebitStatus(AccountNumberUpdateParams.InboundAch.DebitStatus debitStatus)Whether ACH debits are allowed against this Account Number. final AccountNumberUpdateParams.InboundAch.BuilderdebitStatus(JsonField<AccountNumberUpdateParams.InboundAch.DebitStatus> debitStatus)Whether ACH debits are allowed against this Account Number. final AccountNumberUpdateParams.InboundAch.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AccountNumberUpdateParams.InboundAch.BuilderputAdditionalProperty(String key, JsonValue value)final AccountNumberUpdateParams.InboundAch.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AccountNumberUpdateParams.InboundAch.BuilderremoveAdditionalProperty(String key)final AccountNumberUpdateParams.InboundAch.BuilderremoveAllAdditionalProperties(Set<String> keys)final AccountNumberUpdateParams.InboundAchbuild()-
-
Method Detail
-
debitStatus
final AccountNumberUpdateParams.InboundAch.Builder debitStatus(AccountNumberUpdateParams.InboundAch.DebitStatus debitStatus)
Whether ACH debits are allowed against this Account Number. Note that ACH debits will be declined if this is
allowedbut the Account Number is not active.
-
debitStatus
final AccountNumberUpdateParams.InboundAch.Builder debitStatus(JsonField<AccountNumberUpdateParams.InboundAch.DebitStatus> debitStatus)
Whether ACH debits are allowed against this Account Number. Note that ACH debits will be declined if this is
allowedbut the Account Number is not active.
-
additionalProperties
final AccountNumberUpdateParams.InboundAch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AccountNumberUpdateParams.InboundAch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AccountNumberUpdateParams.InboundAch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AccountNumberUpdateParams.InboundAch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AccountNumberUpdateParams.InboundAch.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AccountNumberUpdateParams.InboundAch build()
-
-
-
-