Package com.stripe.model.treasury
Class OutboundTransfer.TrackingDetails.Ach
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundTransfer.TrackingDetails.Ach
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundTransfer.TrackingDetails
For more details about Ach, 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 booleanbooleanACH trace ID of the OutboundTransfer for transfers sent over theachnetwork.inthashCode()voidsetTraceId(String traceId) ACH trace ID of the OutboundTransfer for transfers sent over theachnetwork.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Ach
public Ach()
-
-
Method Details