Package com.stripe.model
Class PaymentRecord.PaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentRecord.PaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentRecord
Details about the Payment Method used in this payment attempt.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about AchCreditTransfer, please refer to the API Reference.static classFor more details about AchDebit, please refer to the API Reference.static classFor more details about AcssDebit, please refer to the API Reference.static classFor more details about Affirm, please refer to the API Reference.static classFor more details about AfterpayClearpay, please refer to the API Reference.static classFor more details about Alipay, please refer to the API Reference.static classFor more details about Alma, please refer to the API Reference.static classFor more details about AmazonPay, please refer to the API Reference.static classFor more details about AuBecsDebit, please refer to the API Reference.static classFor more details about BacsDebit, please refer to the API Reference.static classFor more details about Bancontact, please refer to the API Reference.static classFor more details about Billie, please refer to the API Reference.static classBilling details used by the customer for this payment.static classFor more details about Blik, please refer to the API Reference.static classFor more details about Boleto, please refer to the API Reference.static classDetails of the card used for this payment attempt.static classFor more details about CardPresent, please refer to the API Reference.static classFor more details about Cashapp, please refer to the API Reference.static classFor more details about Crypto, please refer to the API Reference.static classCustom Payment Methods represent Payment Method types not modeled directly in the Stripe API.static classFor more details about CustomerBalance, please refer to the API Reference.static classFor more details about Eps, please refer to the API Reference.static classFor more details about Fpx, please refer to the API Reference.static classFor more details about Giropay, please refer to the API Reference.static classFor more details about Gopay, please refer to the API Reference.static classFor more details about Grabpay, please refer to the API Reference.static classFor more details about IdBankTransfer, please refer to the API Reference.static classFor more details about Ideal, please refer to the API Reference.static classFor more details about InteracPresent, please refer to the API Reference.static classFor more details about KakaoPay, please refer to the API Reference.static classFor more details about Klarna, please refer to the API Reference.static classFor more details about Konbini, please refer to the API Reference.static classFor more details about KrCard, please refer to the API Reference.static classFor more details about Link, please refer to the API Reference.static classFor more details about MbWay, please refer to the API Reference.static classFor more details about Mobilepay, please refer to the API Reference.static classFor more details about Multibanco, please refer to the API Reference.static classFor more details about NaverPay, please refer to the API Reference.static classFor more details about NzBankAccount, please refer to the API Reference.static classFor more details about Oxxo, please refer to the API Reference.static classFor more details about P24, please refer to the API Reference.static classFor more details about PayByBank, please refer to the API Reference.static classFor more details about Payco, please refer to the API Reference.static classFor more details about Paynow, please refer to the API Reference.static classFor more details about Paypal, please refer to the API Reference.static classFor more details about Paypay, please refer to the API Reference.static classFor more details about Payto, please refer to the API Reference.static classFor more details about Pix, please refer to the API Reference.static classFor more details about Promptpay, please refer to the API Reference.static classFor more details about Qris, please refer to the API Reference.static classFor more details about Rechnung, please refer to the API Reference.static classFor more details about RevolutPay, please refer to the API Reference.static classFor more details about SamsungPay, please refer to the API Reference.static classFor more details about Satispay, please refer to the API Reference.static classFor more details about SepaCreditTransfer, please refer to the API Reference.static classFor more details about SepaDebit, please refer to the API Reference.static classFor more details about Shopeepay, please refer to the API Reference.static classFor more details about Sofort, please refer to the API Reference.static classFor more details about StripeAccount, please refer to the API Reference.static classFor more details about StripeBalance, please refer to the API Reference.static classFor more details about Swish, please refer to the API Reference.static classFor more details about Twint, please refer to the API Reference.static classFor more details about UsBankAccount, please refer to the API Reference.static classFor more details about Wechat, please refer to the API Reference.static classFor more details about WechatPay, please refer to the API Reference.static classFor more details about Zip, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAlma()The billing details associated with the method of payment.getBlik()getCard()Details of the card used for this payment attempt.Custom Payment Methods represent Payment Method types not modeled directly in the Stripe API.getEps()getFpx()getGopay()getIdeal()getLink()getMbWay()getOxxo()getP24()getPayco()ID of the Stripe PaymentMethod used to make this payment.getPayto()getPix()getQris()getSwish()getTwint()getType()The type of transaction-specific details of the payment method used in the payment.getZip()inthashCode()voidsetAchCreditTransfer(PaymentRecord.PaymentMethodDetails.AchCreditTransfer achCreditTransfer) voidvoidvoidvoidsetAfterpayClearpay(PaymentRecord.PaymentMethodDetails.AfterpayClearpay afterpayClearpay) voidvoidvoidvoidvoidvoidvoidvoidsetBillingDetails(PaymentRecord.PaymentMethodDetails.BillingDetails billingDetails) The billing details associated with the method of payment.voidvoidvoidDetails of the card used for this payment attempt.voidvoidvoidvoidCustom Payment Methods represent Payment Method types not modeled directly in the Stripe API.voidsetCustomerBalance(PaymentRecord.PaymentMethodDetails.CustomerBalance customerBalance) voidvoidvoidvoidvoidvoidsetIdBankTransfer(PaymentRecord.PaymentMethodDetails.IdBankTransfer idBankTransfer) voidvoidsetInteracPresent(PaymentRecord.PaymentMethodDetails.InteracPresent interacPresent) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetNzBankAccount(PaymentRecord.PaymentMethodDetails.NzBankAccount nzBankAccount) voidvoidvoidvoidvoidsetPaymentMethod(String paymentMethod) ID of the Stripe PaymentMethod used to make this payment.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetSepaCreditTransfer(PaymentRecord.PaymentMethodDetails.SepaCreditTransfer sepaCreditTransfer) voidvoidvoidvoidsetStripeAccount(PaymentRecord.PaymentMethodDetails.StripeAccount stripeAccount) voidsetStripeBalance(PaymentRecord.PaymentMethodDetails.StripeBalance stripeBalance) voidvoidvoidThe type of transaction-specific details of the payment method used in the payment.voidsetUsBankAccount(PaymentRecord.PaymentMethodDetails.UsBankAccount usBankAccount) voidvoidvoidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodDetails
public PaymentMethodDetails()
-
-
Method Details
-
getAchCreditTransfer
-
getAchDebit
-
getAcssDebit
-
getAffirm
-
getAfterpayClearpay
-
getAlipay
-
getAlma
-
getAmazonPay
-
getAuBecsDebit
-
getBacsDebit
-
getBancontact
-
getBillie
-
getBillingDetails
The billing details associated with the method of payment. -
getBlik
-
getBoleto
-
getCard
Details of the card used for this payment attempt. -
getCardPresent
-
getCashapp
-
getCrypto
-
getCustom
Custom Payment Methods represent Payment Method types not modeled directly in the Stripe API. This resource consists of details about the custom payment method used for this payment attempt. -
getCustomerBalance
-
getEps
-
getFpx
-
getGiropay
-
getGopay
-
getGrabpay
-
getIdBankTransfer
-
getIdeal
-
getInteracPresent
-
getKakaoPay
-
getKlarna
-
getKonbini
-
getKrCard
-
getLink
-
getMbWay
-
getMobilepay
-
getMultibanco
-
getNzBankAccount
-
getOxxo
-
getP24
-
getPayByBank
-
getPayco
-
getPaymentMethod
ID of the Stripe PaymentMethod used to make this payment. -
getPaynow
-
getPaypal
-
getPaypay
-
getPayto
-
getPix
-
getPromptpay
-
getQris
-
getRechnung
-
getRevolutPay
-
getSamsungPay
-
getSatispay
-
getSepaCreditTransfer
-
getSepaDebit
-
getShopeepay
-
getSofort
-
getStripeAccount
-
getStripeBalance
-
getSwish
-
getTwint
-
getType
The type of transaction-specific details of the payment method used in the payment. See PaymentMethod.type for the full list of possible types. An additional hash is included onpayment_method_detailswith a name matching this value. It contains information specific to the payment method. -
getUsBankAccount
-
getWechat
-
getWechatPay
-
getZip
-
setAchCreditTransfer
public void setAchCreditTransfer(PaymentRecord.PaymentMethodDetails.AchCreditTransfer achCreditTransfer) -
setAchDebit
-
setAcssDebit
-
setAffirm
-
setAfterpayClearpay
public void setAfterpayClearpay(PaymentRecord.PaymentMethodDetails.AfterpayClearpay afterpayClearpay) -
setAlipay
-
setAlma
-
setAmazonPay
-
setAuBecsDebit
-
setBacsDebit
-
setBancontact
-
setBillie
-
setBillingDetails
The billing details associated with the method of payment. -
setBlik
-
setBoleto
-
setCard
Details of the card used for this payment attempt. -
setCardPresent
-
setCashapp
-
setCrypto
-
setCustom
Custom Payment Methods represent Payment Method types not modeled directly in the Stripe API. This resource consists of details about the custom payment method used for this payment attempt. -
setCustomerBalance
-
setEps
-
setFpx
-
setGiropay
-
setGopay
-
setGrabpay
-
setIdBankTransfer
-
setIdeal
-
setInteracPresent
-
setKakaoPay
-
setKlarna
-
setKonbini
-
setKrCard
-
setLink
-
setMbWay
-
setMobilepay
-
setMultibanco
-
setNzBankAccount
-
setOxxo
-
setP24
-
setPayByBank
-
setPayco
-
setPaymentMethod
ID of the Stripe PaymentMethod used to make this payment. -
setPaynow
-
setPaypal
-
setPaypay
-
setPayto
-
setPix
-
setPromptpay
-
setQris
-
setRechnung
-
setRevolutPay
-
setSamsungPay
-
setSatispay
-
setSepaCreditTransfer
public void setSepaCreditTransfer(PaymentRecord.PaymentMethodDetails.SepaCreditTransfer sepaCreditTransfer) -
setSepaDebit
-
setShopeepay
-
setSofort
-
setStripeAccount
-
setStripeBalance
-
setSwish
-
setTwint
-
setType
The type of transaction-specific details of the payment method used in the payment. See PaymentMethod.type for the full list of possible types. An additional hash is included onpayment_method_detailswith a name matching this value. It contains information specific to the payment method. -
setUsBankAccount
-
setWechat
-
setWechatPay
-
setZip
-
equals
-
canEqual
-
hashCode
public int hashCode()
-