Class Account.Configuration

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

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

    • Configuration

      public Configuration()
  • Method Details

    • getCustomer

      public Account.Configuration.Customer getCustomer()
      The Customer Configuration allows the Account to be used in inbound payment flows.
    • getMerchant

      public Account.Configuration.Merchant getMerchant()
      The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
    • getRecipient

      public Account.Configuration.Recipient getRecipient()
      The Recipient Configuration allows the Account to receive funds.
    • setCustomer

      public void setCustomer(Account.Configuration.Customer customer)
      The Customer Configuration allows the Account to be used in inbound payment flows.
    • setMerchant

      public void setMerchant(Account.Configuration.Merchant merchant)
      The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
    • setRecipient

      public void setRecipient(Account.Configuration.Recipient recipient)
      The Recipient Configuration allows the Account to receive funds.
    • 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