Class AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes
-
- All Implemented Interfaces:
public final class AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes.BuilderA builder for AchMethodAttributes.
public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes.SecCodeSEC code for ACH transaction
-
Method Summary
-
-
Method Detail
-
secCode
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes.SecCode secCode()
SEC code for ACH transaction
-
receiptRoutingNumber
final Optional<String> receiptRoutingNumber()
Receipt routing number
-
returnReasonCode
final Optional<String> returnReasonCode()
Return reason code if the transaction was returned
-
traceNumbers
final Optional<List<String>> traceNumbers()
Trace numbers for the ACH transaction
-
_secCode
final JsonField<AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes.SecCode> _secCode()
Returns the raw JSON value of secCode.
Unlike secCode, this method doesn't throw if the JSON field has an unexpected type.
-
_addenda
final JsonField<String> _addenda()
Returns the raw JSON value of addenda.
Unlike addenda, this method doesn't throw if the JSON field has an unexpected type.
-
_companyId
final JsonField<String> _companyId()
Returns the raw JSON value of companyId.
Unlike companyId, this method doesn't throw if the JSON field has an unexpected type.
-
_receiptRoutingNumber
final JsonField<String> _receiptRoutingNumber()
Returns the raw JSON value of receiptRoutingNumber.
Unlike receiptRoutingNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_retries
final JsonField<Long> _retries()
Returns the raw JSON value of retries.
Unlike retries, this method doesn't throw if the JSON field has an unexpected type.
-
_returnReasonCode
final JsonField<String> _returnReasonCode()
Returns the raw JSON value of returnReasonCode.
Unlike returnReasonCode, this method doesn't throw if the JSON field has an unexpected type.
-
_traceNumbers
final JsonField<List<String>> _traceNumbers()
Returns the raw JSON value of traceNumbers.
Unlike traceNumbers, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes.Builder toBuilder()
-
validate
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes validate()
-
builder
final static AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.AchMethodAttributes.Builder builder()
Returns a mutable builder for constructing an instance of AchMethodAttributes.
The following fields are required:
.secCode()
-
-
-
-