Package com.stripe.model
Class Charge.PaymentMethodDetails.P24
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.P24
- 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
getBank()
The customer's bank.Unique reference for this Przelewy24 payment.Owner's verified full name.int
hashCode()
void
The customer's bank.void
setReference
(String reference) Unique reference for this Przelewy24 payment.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
-
P24
public P24()
-
-
Method Details
-
getBank
The customer's bank. Can be one ofing
,citi_handlowy
,tmobile_usbugi_bankowe
,plus_bank
,etransfer_pocztowy24
,banki_spbdzielcze
,bank_nowy_bfg_sa
,getin_bank
,velobank
,blik
,noble_pay
,ideabank
,envelobank
,santander_przelew24
,nest_przelew
,mbank_mtransfer
,inteligo
,pbac_z_ipko
,bnp_paribas
,credit_agricole
,toyota_bank
,bank_pekao_sa
,volkswagen_bank
,bank_millennium
,alior_bank
, orboz
. -
getReference
Unique reference for this Przelewy24 payment. -
getVerifiedName
Owner's verified full name. Values are verified or provided by Przelewy24 directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Przelewy24 rarely provides this information so the attribute is usually empty. -
setBank
The customer's bank. Can be one ofing
,citi_handlowy
,tmobile_usbugi_bankowe
,plus_bank
,etransfer_pocztowy24
,banki_spbdzielcze
,bank_nowy_bfg_sa
,getin_bank
,velobank
,blik
,noble_pay
,ideabank
,envelobank
,santander_przelew24
,nest_przelew
,mbank_mtransfer
,inteligo
,pbac_z_ipko
,bnp_paribas
,credit_agricole
,toyota_bank
,bank_pekao_sa
,volkswagen_bank
,bank_millennium
,alior_bank
, orboz
. -
setReference
Unique reference for this Przelewy24 payment. -
setVerifiedName
Owner's verified full name. Values are verified or provided by Przelewy24 directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Przelewy24 rarely provides this information so the attribute is usually empty. -
equals
-
canEqual
-
hashCode
public int hashCode()
-