Package com.stripe.model.radar
Class PaymentEvaluation.PaymentDetails.PaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation.PaymentDetails
Payment method details attached to this payment evaluation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBilling details attached to this payment evaluation. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanBilling information associated with the payment evaluation.Get ID of expandablepaymentMethodobject.Get expandedpaymentMethod.inthashCode()voidsetBillingDetails(PaymentEvaluation.PaymentDetails.PaymentMethodDetails.BillingDetails billingDetails) Billing information associated with the payment evaluation.voidvoidsetPaymentMethodObject(PaymentMethod expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodDetails
public PaymentMethodDetails()
-
-
Method Details
-
getPaymentMethod
Get ID of expandablepaymentMethodobject. -
setPaymentMethod
-
getPaymentMethodObject
Get expandedpaymentMethod. -
setPaymentMethodObject
-
getBillingDetails
Billing information associated with the payment evaluation. -
setBillingDetails
public void setBillingDetails(PaymentEvaluation.PaymentDetails.PaymentMethodDetails.BillingDetails billingDetails) Billing information associated with the payment evaluation. -
equals
-
canEqual
-
hashCode
public int hashCode()
-