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 classFor more details about Ach, please refer to the API Reference.static classFor 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 booleanbooleangetAch()getType()The US bank account network used to send funds.inthashCode()voidvoidThe US bank account network used to send funds.voidsetUsDomesticWire(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()
-