Class InboundTransfer.From
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.InboundTransfer.From
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InboundTransfer
A nested object containing information about the origin of the InboundTransfer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe amount in specified currency that was debited from the Payment Method.static classThe Payment Method object used to create the InboundTransfer. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe amount in specified currency that was debited from the Payment Method.The Payment Method object used to create the InboundTransfer.inthashCode()voidsetDebited(InboundTransfer.From.Debited debited) The amount in specified currency that was debited from the Payment Method.voidsetPaymentMethod(InboundTransfer.From.PaymentMethod paymentMethod) The Payment Method object used to create the InboundTransfer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
From
public From()
-
-
Method Details
-
getDebited
The amount in specified currency that was debited from the Payment Method. -
getPaymentMethod
The Payment Method object used to create the InboundTransfer. -
setDebited
The amount in specified currency that was debited from the Payment Method. -
setPaymentMethod
The Payment Method object used to create the InboundTransfer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-