Class Account.Configuration.Recipient

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

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

    • Recipient

      public Recipient()
  • Method Details

    • getApplied

      public Boolean getApplied()
      Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
    • getCapabilities

      Capabilities that have been requested on the Recipient Configuration.
    • getDefaultOutboundDestination

      public Account.Configuration.Recipient.DefaultOutboundDestination getDefaultOutboundDestination()
      The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard.
    • setApplied

      public void setApplied(Boolean applied)
      Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
    • setCapabilities

      public void setCapabilities(Account.Configuration.Recipient.Capabilities capabilities)
      Capabilities that have been requested on the Recipient Configuration.
    • setDefaultOutboundDestination

      public void setDefaultOutboundDestination(Account.Configuration.Recipient.DefaultOutboundDestination defaultOutboundDestination)
      The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard.
    • 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