Package io.moov.sdk.models.components
Class WebhookDataBankAccountUpdated.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataBankAccountUpdated.Builder
-
- Enclosing class:
- WebhookDataBankAccountUpdated
public static final class WebhookDataBankAccountUpdated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookDataBankAccountUpdated.BuilderaccountID(java.lang.String accountID)WebhookDataBankAccountUpdated.BuilderbankAccountID(java.lang.String bankAccountID)WebhookDataBankAccountUpdatedbuild()WebhookDataBankAccountUpdated.BuilderexceptionDetails(BankAccountException exceptionDetails)Reason for, and details related to, an `errored` or `verificationFailed` bank account status.WebhookDataBankAccountUpdated.BuilderexceptionDetails(java.util.Optional<? extends BankAccountException> exceptionDetails)Reason for, and details related to, an `errored` or `verificationFailed` bank account status.WebhookDataBankAccountUpdated.Builderstatus(BankAccountStatus status)WebhookDataBankAccountUpdated.BuilderstatusReason(BankAccountStatusReason statusReason)The reason the bank account status changed to the current value.
-
-
-
Method Detail
-
bankAccountID
public WebhookDataBankAccountUpdated.Builder bankAccountID(java.lang.String bankAccountID)
-
accountID
public WebhookDataBankAccountUpdated.Builder accountID(java.lang.String accountID)
-
status
public WebhookDataBankAccountUpdated.Builder status(BankAccountStatus status)
-
statusReason
public WebhookDataBankAccountUpdated.Builder statusReason(BankAccountStatusReason statusReason)
The reason the bank account status changed to the current value.
-
exceptionDetails
public WebhookDataBankAccountUpdated.Builder exceptionDetails(BankAccountException exceptionDetails)
Reason for, and details related to, an `errored` or `verificationFailed` bank account status.
-
exceptionDetails
public WebhookDataBankAccountUpdated.Builder exceptionDetails(java.util.Optional<? extends BankAccountException> exceptionDetails)
Reason for, and details related to, an `errored` or `verificationFailed` bank account status.
-
build
public WebhookDataBankAccountUpdated build()
-
-