Package com.stripe.model.treasury
Class OutboundTransfer.TrackingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundTransfer.TrackingDetails
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- OutboundTransfer
For more details about TrackingDetails, please refer to the API Reference.
- 
Nested Class SummaryNested 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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetAch()getType()The US bank account network used to send funds.inthashCode()voidvoidThe US bank account network used to send funds.voidsetUsDomesticWire(OutboundTransfer.TrackingDetails.UsDomesticWire usDomesticWire) Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
TrackingDetailspublic TrackingDetails()
 
- 
- 
Method Details- 
getAch
- 
getTypeThe US bank account network used to send funds.One of ach, orus_domestic_wire.
- 
getUsDomesticWire
- 
setAch
- 
setTypeThe US bank account network used to send funds.One of ach, orus_domestic_wire.
- 
setUsDomesticWire
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-