Package io.moov.sdk.models.components
Class WebhookDataBankAccountCreated.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataBankAccountCreated.Builder
-
- Enclosing class:
- WebhookDataBankAccountCreated
public static final class WebhookDataBankAccountCreated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookDataBankAccountCreated.BuilderaccountID(java.lang.String accountID)WebhookDataBankAccountCreated.BuilderbankAccountID(java.lang.String bankAccountID)WebhookDataBankAccountCreatedbuild()
-
-
-
Method Detail
-
bankAccountID
public WebhookDataBankAccountCreated.Builder bankAccountID(java.lang.String bankAccountID)
-
accountID
public WebhookDataBankAccountCreated.Builder accountID(java.lang.String accountID)
-
build
public WebhookDataBankAccountCreated build()
-
-