Package com.stripe.model.treasury
Class OutboundPayment.TrackingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundPayment.TrackingDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
For more details about TrackingDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Ach, please refer to the API Reference.static class
For more details about UsDomesticWire, 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
getAch()
getType()
The US bank account network used to send funds.int
hashCode()
void
void
The US bank account network used to send funds.void
setUsDomesticWire
(OutboundPayment.TrackingDetails.UsDomesticWire usDomesticWire) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TrackingDetails
public TrackingDetails()
-
-
Method Details
-
getAch
-
getType
The US bank account network used to send funds.One of
ach
, orus_domestic_wire
. -
getUsDomesticWire
-
setAch
-
setType
The US bank account network used to send funds.One of
ach
, orus_domestic_wire
. -
setUsDomesticWire
-
equals
-
canEqual
-
hashCode
public int hashCode()
-