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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-