Class OutboundPayment.RecipientNotification

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPayment.RecipientNotification
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
OutboundPayment

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

    • RecipientNotification

      public RecipientNotification()
  • Method Details

    • getSetting

      public String getSetting()
      Closed Enum. Configuration option to enable or disable notifications to recipients. Do not send notifications when setting is NONE. Default to account setting when setting is CONFIGURED or not set.

      One of configured, or none.

    • setSetting

      public void setSetting(String setting)
      Closed Enum. Configuration option to enable or disable notifications to recipients. Do not send notifications when setting is NONE. Default to account setting when setting is CONFIGURED or not set.

      One of configured, or none.

    • 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