public class PaymentMethodDetails
PaymentMethodDetails
contains details about the payment method used to complete a
class PaymentIntent
For more information, see the official Stripe docs: Payment method details
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
class PaymentIntent
,
Payment method detailsModifier and Type | Method and Description |
---|---|
CardPresentDetails |
component2()
A
|
PaymentMethodDetails |
copy(PaymentMethodType type,
CardPresentDetails cardPresentDetails)
PaymentMethodDetails contains details about the payment method used to complete a
class PaymentIntent |
boolean |
equals(java.lang.Object p) |
CardPresentDetails |
getCardPresentDetails()
A
|
int |
hashCode() |
java.lang.String |
toString() |
@Nullable public CardPresentDetails getCardPresentDetails()
A
class CardPresentDetails
object containing more information about a payment method oftype CARD_PRESENT
class CardPresentDetails
@Nullable public CardPresentDetails component2()
A
class CardPresentDetails
object containing more information about a payment method oftype CARD_PRESENT
class CardPresentDetails
@NotNull public PaymentMethodDetails copy(@Nullable PaymentMethodType type, @Nullable CardPresentDetails cardPresentDetails)
PaymentMethodDetails
contains details about the payment method used to complete a
class PaymentIntent
For more information, see the official Stripe docs: Payment method details
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
class PaymentIntent
,
Payment method details@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable java.lang.Object p)