Class AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes
-
- All Implemented Interfaces:
public final class AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes.BuilderA builder for WireMethodAttributes.
public final classAccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes.WireTransferTypeType of wire transfer
-
Method Summary
-
-
Method Detail
-
wireTransferType
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes.WireTransferType wireTransferType()
Type of wire transfer
-
externalBankName
final Optional<String> externalBankName()
External bank name
-
externalBankRoutingNumber
final Optional<String> externalBankRoutingNumber()
External bank routing number
-
externalIndividualName
final Optional<String> externalIndividualName()
External individual name
-
lithicBankName
final Optional<String> lithicBankName()
Lithic bank name
-
lithicBankRoutingNumber
final Optional<String> lithicBankRoutingNumber()
Lithic bank routing number
-
lithicIndividualName
final Optional<String> lithicIndividualName()
Lithic individual name
-
previousTransfer
final Optional<String> previousTransfer()
UUID of previous transfer if this is a retry
-
_wireTransferType
final JsonField<AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes.WireTransferType> _wireTransferType()
Returns the raw JSON value of wireTransferType.
Unlike wireTransferType, this method doesn't throw if the JSON field has an unexpected type.
-
_externalBankName
final JsonField<String> _externalBankName()
Returns the raw JSON value of externalBankName.
Unlike externalBankName, this method doesn't throw if the JSON field has an unexpected type.
-
_externalBankRoutingNumber
final JsonField<String> _externalBankRoutingNumber()
Returns the raw JSON value of externalBankRoutingNumber.
Unlike externalBankRoutingNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_externalIndividualName
final JsonField<String> _externalIndividualName()
Returns the raw JSON value of externalIndividualName.
Unlike externalIndividualName, this method doesn't throw if the JSON field has an unexpected type.
-
_lithicBankName
final JsonField<String> _lithicBankName()
Returns the raw JSON value of lithicBankName.
Unlike lithicBankName, this method doesn't throw if the JSON field has an unexpected type.
-
_lithicBankRoutingNumber
final JsonField<String> _lithicBankRoutingNumber()
Returns the raw JSON value of lithicBankRoutingNumber.
Unlike lithicBankRoutingNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_lithicIndividualName
final JsonField<String> _lithicIndividualName()
Returns the raw JSON value of lithicIndividualName.
Unlike lithicIndividualName, this method doesn't throw if the JSON field has an unexpected type.
-
_previousTransfer
final JsonField<String> _previousTransfer()
Returns the raw JSON value of previousTransfer.
Unlike previousTransfer, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes.Builder toBuilder()
-
validate
final AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes validate()
-
builder
final static AccountActivityRetrieveTransactionResponse.PaymentTransaction.MethodAttributes.WireMethodAttributes.Builder builder()
Returns a mutable builder for constructing an instance of WireMethodAttributes.
The following fields are required:
.wireTransferType()
-
-
-
-