Package io.moov.sdk.models.components
Class WebhookDataTransferUpdated.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataTransferUpdated.Builder
-
- Enclosing class:
- WebhookDataTransferUpdated
public static final class WebhookDataTransferUpdated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookDataTransferUpdated.BuilderaccountID(java.lang.String accountID)The accountID which facilitated the transfer.WebhookDataTransferUpdatedbuild()WebhookDataTransferUpdated.Builderdestination(WebhookTransferPaymentMethodDetails destination)Payment method details for the source or destination of a transfer.WebhookDataTransferUpdated.Buildersource(WebhookTransferPaymentMethodDetails source)Payment method details for the source or destination of a transfer.WebhookDataTransferUpdated.Builderstatus(WebhookDataTransferStatus status)WebhookDataTransferUpdated.BuildertransferID(java.lang.String transferID)
-
-
-
Method Detail
-
accountID
public WebhookDataTransferUpdated.Builder accountID(java.lang.String accountID)
The accountID which facilitated the transfer.
-
transferID
public WebhookDataTransferUpdated.Builder transferID(java.lang.String transferID)
-
status
public WebhookDataTransferUpdated.Builder status(WebhookDataTransferStatus status)
-
source
public WebhookDataTransferUpdated.Builder source(WebhookTransferPaymentMethodDetails source)
Payment method details for the source or destination of a transfer.
-
destination
public WebhookDataTransferUpdated.Builder destination(WebhookTransferPaymentMethodDetails destination)
Payment method details for the source or destination of a transfer.
-
build
public WebhookDataTransferUpdated build()
-
-