Package com.stripe.model
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
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Giropay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetBankCode()Bank code of bank associated with the bank account.java.lang.StringgetBankName()Name of the bank associated with the bank account.java.lang.StringgetBic()Bank Identifier Code of the bank associated with the bank account.java.lang.StringgetVerifiedName()Owner's verified full name.inthashCode()voidsetBankCode(java.lang.String bankCode)Bank code of bank associated with the bank account.voidsetBankName(java.lang.String bankName)Name of the bank associated with the bank account.voidsetBic(java.lang.String bic)Bank Identifier Code of the bank associated with the bank account.voidsetVerifiedName(java.lang.String verifiedName)Owner's verified full name.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getBankCode
public java.lang.String getBankCode()
Bank code of bank associated with the bank account.
-
getBankName
public java.lang.String getBankName()
Name of the bank associated with the bank account.
-
getBic
public java.lang.String getBic()
Bank Identifier Code of the bank associated with the bank account.
-
getVerifiedName
public java.lang.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(java.lang.String bankCode)
Bank code of bank associated with the bank account.
-
setBankName
public void setBankName(java.lang.String bankName)
Name of the bank associated with the bank account.
-
setBic
public void setBic(java.lang.String bic)
Bank Identifier Code of the bank associated with the bank account.
-
setVerifiedName
public void setVerifiedName(java.lang.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(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-