Class WithdrawalSucceededAllOf

java.lang.Object
dev.vality.swag.wallets.webhook.events.model.WithdrawalSucceededAllOf

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
public class WithdrawalSucceededAllOf
extends Object
WithdrawalSucceededAllOf
  • Constructor Details

    • WithdrawalSucceededAllOf

      public WithdrawalSucceededAllOf()
  • Method Details

    • withdrawalID

      public WithdrawalSucceededAllOf withdrawalID​(String withdrawalID)
    • getWithdrawalID

      @NotNull public @NotNull String getWithdrawalID()
      Identifier of funds withdrawal
      Returns:
      withdrawalID
    • setWithdrawalID

      public void setWithdrawalID​(String withdrawalID)
    • externalID

      public WithdrawalSucceededAllOf externalID​(String externalID)
    • getExternalID

      public String getExternalID()
      The unique identifier of the content on your side. When specified, will be used to ensure idempotent processing of the operation.
      Returns:
      externalID
    • setExternalID

      public void setExternalID​(String externalID)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object