Class OutboundPaymentQuote.DeliveryOptions

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

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

    • DeliveryOptions

      public DeliveryOptions()
  • Method Details

    • getBankAccount

      public String getBankAccount()
      Open Enum. Method for bank account.

      One of automatic, local, or wire.

    • setBankAccount

      public void setBankAccount(String bankAccount)
      Open Enum. Method for bank account.

      One of automatic, local, or wire.

    • 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