Class Charge.PaymentMethodDetails.Giropay

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Giropay
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.Giropay extends StripeObject
  • Constructor Details

    • Giropay

      public Giropay()
  • Method Details

    • getBankCode

      public String getBankCode()
      Bank code of bank associated with the bank account.
    • getBankName

      public String getBankName()
      Name of the bank associated with the bank account.
    • getBic

      public String getBic()
      Bank Identifier Code of the bank associated with the bank account.
    • getVerifiedName

      public String getVerifiedName()
      Owner's verified full name. Values are verified or provided by Giropay directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Giropay rarely provides this information so the attribute is usually empty.
    • setBankCode

      public void setBankCode(String bankCode)
      Bank code of bank associated with the bank account.
    • setBankName

      public void setBankName(String bankName)
      Name of the bank associated with the bank account.
    • setBic

      public void setBic(String bic)
      Bank Identifier Code of the bank associated with the bank account.
    • setVerifiedName

      public void setVerifiedName(String verifiedName)
      Owner's verified full name. Values are verified or provided by Giropay directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Giropay rarely provides this information so the attribute is usually empty.
    • 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