Package io.moov.sdk.models.components
Class WebhookDataTransferUpdated
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataTransferUpdated
-
public class WebhookDataTransferUpdated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookDataTransferUpdated.Builder
-
Constructor Summary
Constructors Constructor Description WebhookDataTransferUpdated(java.lang.String accountID, java.lang.String transferID, WebhookDataTransferStatus status, WebhookTransferPaymentMethodDetails source, WebhookTransferPaymentMethodDetails destination)WebhookDataTransferUpdated(java.lang.String accountID, java.lang.String transferID, WebhookDataTransferStatus status, WebhookTransferPaymentMethodDetails source, WebhookTransferPaymentMethodDetails destination, java.util.Optional<java.lang.String> foreignID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()The accountID which facilitated the transfer.static WebhookDataTransferUpdated.Builderbuilder()WebhookTransferPaymentMethodDetailsdestination()Payment method details for the source or destination of a transfer.booleanequals(java.lang.Object o)java.util.Optional<java.lang.String>foreignID()inthashCode()WebhookTransferPaymentMethodDetailssource()Payment method details for the source or destination of a transfer.WebhookDataTransferStatusstatus()java.lang.StringtoString()java.lang.StringtransferID()WebhookDataTransferUpdatedwithAccountID(java.lang.String accountID)The accountID which facilitated the transfer.WebhookDataTransferUpdatedwithDestination(WebhookTransferPaymentMethodDetails destination)Payment method details for the source or destination of a transfer.WebhookDataTransferUpdatedwithForeignID(java.lang.String foreignID)WebhookDataTransferUpdatedwithForeignID(java.util.Optional<java.lang.String> foreignID)WebhookDataTransferUpdatedwithSource(WebhookTransferPaymentMethodDetails source)Payment method details for the source or destination of a transfer.WebhookDataTransferUpdatedwithStatus(WebhookDataTransferStatus status)WebhookDataTransferUpdatedwithTransferID(java.lang.String transferID)
-
-
-
Constructor Detail
-
WebhookDataTransferUpdated
public WebhookDataTransferUpdated(java.lang.String accountID, java.lang.String transferID, WebhookDataTransferStatus status, WebhookTransferPaymentMethodDetails source, WebhookTransferPaymentMethodDetails destination, java.util.Optional<java.lang.String> foreignID)
-
WebhookDataTransferUpdated
public WebhookDataTransferUpdated(java.lang.String accountID, java.lang.String transferID, WebhookDataTransferStatus status, WebhookTransferPaymentMethodDetails source, WebhookTransferPaymentMethodDetails destination)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
The accountID which facilitated the transfer.
-
transferID
public java.lang.String transferID()
-
status
public WebhookDataTransferStatus status()
-
source
public WebhookTransferPaymentMethodDetails source()
Payment method details for the source or destination of a transfer.
-
destination
public WebhookTransferPaymentMethodDetails destination()
Payment method details for the source or destination of a transfer.
-
foreignID
public java.util.Optional<java.lang.String> foreignID()
-
builder
public static WebhookDataTransferUpdated.Builder builder()
-
withAccountID
public WebhookDataTransferUpdated withAccountID(java.lang.String accountID)
The accountID which facilitated the transfer.
-
withTransferID
public WebhookDataTransferUpdated withTransferID(java.lang.String transferID)
-
withStatus
public WebhookDataTransferUpdated withStatus(WebhookDataTransferStatus status)
-
withSource
public WebhookDataTransferUpdated withSource(WebhookTransferPaymentMethodDetails source)
Payment method details for the source or destination of a transfer.
-
withDestination
public WebhookDataTransferUpdated withDestination(WebhookTransferPaymentMethodDetails destination)
Payment method details for the source or destination of a transfer.
-
withForeignID
public WebhookDataTransferUpdated withForeignID(java.lang.String foreignID)
-
withForeignID
public WebhookDataTransferUpdated withForeignID(java.util.Optional<java.lang.String> foreignID)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-