Package com.stripe.model
Class PaymentMethod.Ideal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Ideal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBank()
The customer's bank, if provided.getBic()
The Bank Identifier Code of the customer's bank, if the bank was provided.int
hashCode()
void
The customer's bank, if provided.void
The Bank Identifier Code of the customer's bank, if the bank was provided.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Ideal
public Ideal()
-
-
Method Details
-
getBank
The customer's bank, if provided. Can be one ofabn_amro
,asn_bank
,bunq
,handelsbanken
,ing
,knab
,moneyou
,n26
,nn
,rabobank
,regiobank
,revolut
,sns_bank
,triodos_bank
,van_lanschot
, oryoursafe
. -
getBic
The Bank Identifier Code of the customer's bank, if the bank was provided.One of
ABNANL2A
,ASNBNL21
,BITSNL2A
,BUNQNL2A
,FVLBNL22
,HANDNL2A
,INGBNL2A
,KNABNL2H
,MOYONL21
,NNBANL2G
,NTSBDEB1
,RABONL2U
,RBRBNL21
,REVOIE23
,REVOLT21
,SNSBNL2A
, orTRIONL2U
. -
setBank
The customer's bank, if provided. Can be one ofabn_amro
,asn_bank
,bunq
,handelsbanken
,ing
,knab
,moneyou
,n26
,nn
,rabobank
,regiobank
,revolut
,sns_bank
,triodos_bank
,van_lanschot
, oryoursafe
. -
setBic
The Bank Identifier Code of the customer's bank, if the bank was provided.One of
ABNANL2A
,ASNBNL21
,BITSNL2A
,BUNQNL2A
,FVLBNL22
,HANDNL2A
,INGBNL2A
,KNABNL2H
,MOYONL21
,NNBANL2G
,NTSBDEB1
,RABONL2U
,RBRBNL21
,REVOIE23
,REVOLT21
,SNSBNL2A
, orTRIONL2U
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-