Class InboundTransfer.From
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.InboundTransfer.From
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InboundTransfer
For more details about From, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about PaymentMethod, 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 boolean
boolean
The amount in specified currency that was debited from the Payment Method.The Payment Method object used to create the InboundTransfer.int
hashCode()
void
setDebited
(Amount debited) The amount in specified currency that was debited from the Payment Method.void
setPaymentMethod
(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()
-