Class Account.Configuration.Recipient.DefaultOutboundDestination

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Recipient.DefaultOutboundDestination
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
Account.Configuration.Recipient

public static class Account.Configuration.Recipient.DefaultOutboundDestination extends StripeObject implements HasId
For more details about DefaultOutboundDestination, please refer to the API Reference.
  • Constructor Details

    • DefaultOutboundDestination

      public DefaultOutboundDestination()
  • Method Details

    • getType

      public String getType()
    • setId

      public void setId(String id)
    • setType

      public void setType(String type)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String getId()
      Specified by:
      getId in interface HasId