Class WebhookDataWalletUpdated


  • public class WebhookDataWalletUpdated
    extends java.lang.Object
    • 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.
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object