Package io.moov.sdk.models.components
Class WebhookDataRefundUpdated.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataRefundUpdated.Builder
-
- Enclosing class:
- WebhookDataRefundUpdated
public static final class WebhookDataRefundUpdated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookDataRefundUpdated.BuilderaccountID(java.lang.String accountID)WebhookDataRefundUpdatedbuild()WebhookDataRefundUpdated.BuilderrefundID(java.lang.String refundID)WebhookDataRefundUpdated.Builderstatus(RefundStatus status)WebhookDataRefundUpdated.BuildertransferID(java.lang.String transferID)
-
-
-
Method Detail
-
accountID
public WebhookDataRefundUpdated.Builder accountID(java.lang.String accountID)
-
transferID
public WebhookDataRefundUpdated.Builder transferID(java.lang.String transferID)
-
refundID
public WebhookDataRefundUpdated.Builder refundID(java.lang.String refundID)
-
status
public WebhookDataRefundUpdated.Builder status(RefundStatus status)
-
build
public WebhookDataRefundUpdated build()
-
-