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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Bank code of bank associated with the bank account.Name of the bank associated with the bank account.getBic()
Bank Identifier Code of the bank associated with the bank account.Owner's verified full name.int
hashCode()
void
setBankCode
(String bankCode) Bank code of bank associated with the bank account.void
setBankName
(String bankName) Name of the bank associated with the bank account.void
Bank Identifier Code of the bank associated with the bank account.void
setVerifiedName
(String verifiedName) Owner's verified full name.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Giropay
public Giropay()
-
-
Method Details
-
getBankCode
Bank code of bank associated with the bank account. -
getBankName
Name of the bank associated with the bank account. -
getBic
Bank Identifier Code of the bank associated with the bank account. -
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
Bank code of bank associated with the bank account. -
setBankName
Name of the bank associated with the bank account. -
setBic
Bank Identifier Code of the bank associated with the bank account. -
setVerifiedName
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
-
canEqual
-
hashCode
public int hashCode()
-