Class InboundTransfer.From.PaymentMethod

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.InboundTransfer.From.PaymentMethod
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InboundTransfer.From

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

    • PaymentMethod

      public PaymentMethod()
  • Method Details

    • getType

      public String getType()
    • getUsBankAccount

      public String getUsBankAccount()
    • setType

      public void setType(String type)
    • setUsBankAccount

      public void setUsBankAccount(String usBankAccount)
    • 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