Package com.stripe.model.radar
Class PaymentEvaluation.PaymentDetails.MoneyMovementDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.PaymentDetails.MoneyMovementDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation.PaymentDetails
Money Movement details attached to this payment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMoney Movement card details attached to this payment. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetCard()Describes card money movement details for the payment evaluation.Describes the type of money movement.inthashCode()voidDescribes card money movement details for the payment evaluation.voidsetMoneyMovementType(String moneyMovementType) Describes the type of money movement.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MoneyMovementDetails
public MoneyMovementDetails()
-
-
Method Details
-
getCard
Describes card money movement details for the payment evaluation. -
getMoneyMovementType
Describes the type of money movement. Currently onlycardis supported.Equal to
card. -
setCard
Describes card money movement details for the payment evaluation. -
setMoneyMovementType
Describes the type of money movement. Currently onlycardis supported.Equal to
card. -
equals
-
canEqual
-
hashCode
public int hashCode()
-