Package com.stripe.model
Class Charge.PaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge
The predicate to evaluate the payment against.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classOwner's verified shipping address.static classAn indication of various EMV functions performed during the transaction.static classstatic classstatic classstatic classstatic classstatic classstatic classAn indication of various EMV functions performed during the transaction.static classstatic classThe name of the convenience store chain where the payment was completed.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetBlik()getCard()getEps()getFpx()getIdeal()getLink()getOxxo()getP24()getPix()getType()The type of transaction-specific details of the payment method used in the payment, one ofach_credit_transfer,ach_debit,acss_debit,alipay,au_becs_debit,bancontact,card,card_present,eps,giropay,ideal,klarna,multibanco,p24,sepa_debit,sofort,stripe_account, orwechat.inthashCode()voidsetAchCreditTransfer(Charge.PaymentMethodDetails.AchCreditTransfer achCreditTransfer) voidvoidvoidvoidsetAfterpayClearpay(Charge.PaymentMethodDetails.AfterpayClearpay afterpayClearpay) voidvoidsetAuBecsDebit(Charge.PaymentMethodDetails.AuBecsDebit auBecsDebit) voidvoidsetBancontact(Charge.PaymentMethodDetails.Bancontact bancontact) voidvoidvoidvoidsetCardPresent(Charge.PaymentMethodDetails.CardPresent cardPresent) voidsetCustomerBalance(Charge.PaymentMethodDetails.CustomerBalance customerBalance) voidvoidvoidvoidvoidvoidsetInteracPresent(Charge.PaymentMethodDetails.InteracPresent interacPresent) voidvoidvoidvoidsetMultibanco(Charge.PaymentMethodDetails.Multibanco multibanco) voidvoidvoidvoidvoidvoidsetSepaCreditTransfer(Charge.PaymentMethodDetails.SepaCreditTransfer sepaCreditTransfer) voidvoidvoidsetStripeAccount(Charge.PaymentMethodDetails.StripeAccount stripeAccount) voidThe type of transaction-specific details of the payment method used in the payment, one ofach_credit_transfer,ach_debit,acss_debit,alipay,au_becs_debit,bancontact,card,card_present,eps,giropay,ideal,klarna,multibanco,p24,sepa_debit,sofort,stripe_account, orwechat.voidsetUsBankAccount(Charge.PaymentMethodDetails.UsBankAccount usBankAccount) voidvoidMethods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodDetails
public PaymentMethodDetails()
-
-
Method Details
-
getAchCreditTransfer
-
getAchDebit
-
getAcssDebit
-
getAffirm
-
getAfterpayClearpay
-
getAlipay
-
getAuBecsDebit
-
getBacsDebit
-
getBancontact
-
getBlik
-
getBoleto
-
getCard
-
getCardPresent
-
getCustomerBalance
-
getEps
-
getFpx
-
getGiropay
-
getGrabpay
-
getIdeal
-
getInteracPresent
-
getKlarna
-
getKonbini
-
getLink
-
getMultibanco
-
getOxxo
-
getP24
-
getPaynow
-
getPix
-
getPromptpay
-
getSepaCreditTransfer
-
getSepaDebit
-
getSofort
-
getStripeAccount
-
getType
The type of transaction-specific details of the payment method used in the payment, one ofach_credit_transfer,ach_debit,acss_debit,alipay,au_becs_debit,bancontact,card,card_present,eps,giropay,ideal,klarna,multibanco,p24,sepa_debit,sofort,stripe_account, orwechat. An additional hash is included onpayment_method_detailswith a name matching this value. It contains information specific to the payment method. -
getUsBankAccount
-
getWechat
-
getWechatPay
-
setAchCreditTransfer
-
setAchDebit
-
setAcssDebit
-
setAffirm
-
setAfterpayClearpay
-
setAlipay
-
setAuBecsDebit
-
setBacsDebit
-
setBancontact
-
setBlik
-
setBoleto
-
setCard
-
setCardPresent
-
setCustomerBalance
-
setEps
-
setFpx
-
setGiropay
-
setGrabpay
-
setIdeal
-
setInteracPresent
-
setKlarna
-
setKonbini
-
setLink
-
setMultibanco
-
setOxxo
-
setP24
-
setPaynow
-
setPix
-
setPromptpay
-
setSepaCreditTransfer
public void setSepaCreditTransfer(Charge.PaymentMethodDetails.SepaCreditTransfer sepaCreditTransfer) -
setSepaDebit
-
setSofort
-
setStripeAccount
-
setType
The type of transaction-specific details of the payment method used in the payment, one ofach_credit_transfer,ach_debit,acss_debit,alipay,au_becs_debit,bancontact,card,card_present,eps,giropay,ideal,klarna,multibanco,p24,sepa_debit,sofort,stripe_account, orwechat. An additional hash is included onpayment_method_detailswith a name matching this value. It contains information specific to the payment method. -
setUsBankAccount
-
setWechat
-
setWechatPay
-
equals
-
canEqual
-
hashCode
public int hashCode()
-