Package io.moov.sdk.models.components
Class WebhookDataWalletUpdated
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataWalletUpdated
-
public class WebhookDataWalletUpdated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookDataWalletUpdated.Builder
-
Constructor Summary
Constructors Constructor Description WebhookDataWalletUpdated(java.lang.String accountID, java.lang.String walletID, WalletStatus status)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()static WebhookDataWalletUpdated.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()WalletStatusstatus()Status of a wallet.java.lang.StringtoString()java.lang.StringwalletID()WebhookDataWalletUpdatedwithAccountID(java.lang.String accountID)WebhookDataWalletUpdatedwithStatus(WalletStatus status)Status of a wallet.WebhookDataWalletUpdatedwithWalletID(java.lang.String walletID)
-
-
-
Constructor Detail
-
WebhookDataWalletUpdated
public WebhookDataWalletUpdated(java.lang.String accountID, java.lang.String walletID, WalletStatus status)
-
-
Method Detail
-
accountID
public java.lang.String accountID()
-
walletID
public java.lang.String walletID()
-
status
public WalletStatus status()
Status of a wallet. - `active`: The wallet is available for use and has an enabled payment method. - `closed`: The wallet is no longer active and the corresponding payment method has been disabled.
-
builder
public static WebhookDataWalletUpdated.Builder builder()
-
withAccountID
public WebhookDataWalletUpdated withAccountID(java.lang.String accountID)
-
withWalletID
public WebhookDataWalletUpdated withWalletID(java.lang.String walletID)
-
withStatus
public WebhookDataWalletUpdated withStatus(WalletStatus status)
Status of a wallet. - `active`: The wallet is available for use and has an enabled payment method. - `closed`: The wallet is no longer active and the corresponding payment method has been disabled.
-
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
-
-